Correct typo in documentation of mbedtls_platform_gmtime_r()

This commit is contained in:
Hanno Becker 2018-09-06 09:08:39 +01:00
parent 6f70581c4a
commit a50fed9910

View file

@ -70,7 +70,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len );
* \brief Platform-specific implementation of gmtime_r()
*
* The function is a thread-safe abstraction that behaves
* similar to the gmtime_r() function from the C standard.
* similarly to the gmtime_r() function from the C standard.
*
* Mbed TLS will try to identify the underlying platform and
* make use of an appropriate underlying implementation (e.g.