mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:45:56 +01:00
Correct typo in documentation of mbedtls_platform_gmtime_r()
This commit is contained in:
parent
6f70581c4a
commit
a50fed9910
@ -70,7 +70,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len );
|
|||||||
* \brief Platform-specific implementation of gmtime_r()
|
* \brief Platform-specific implementation of gmtime_r()
|
||||||
*
|
*
|
||||||
* The function is a thread-safe abstraction that behaves
|
* 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
|
* Mbed TLS will try to identify the underlying platform and
|
||||||
* make use of an appropriate underlying implementation (e.g.
|
* make use of an appropriate underlying implementation (e.g.
|
||||||
|
Loading…
Reference in New Issue
Block a user