mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 11:05:29 +00:00
Fix grammar in docs for MBEDTLS_HAVE_TIME_DATE
This commit is contained in:
parent
a658d7dd9d
commit
c2f948b6c6
|
@ -146,7 +146,7 @@
|
||||||
* Comment if your system does not have a correct clock.
|
* Comment if your system does not have a correct clock.
|
||||||
*
|
*
|
||||||
* \note mbedtls_platform_gmtime() is an abstraction in platform_util.h that
|
* \note mbedtls_platform_gmtime() is an abstraction in platform_util.h that
|
||||||
* when called behaves similar to the gmtime() function from the C standard,
|
* when called behaves similarly to the gmtime() function from the C standard,
|
||||||
* but is thread safe. Mbed TLS will try to identify the underlying platform
|
* but is thread safe. Mbed TLS will try to identify the underlying platform
|
||||||
* and configure an appropriate underlying implementation (e.g. gmtime_r() for
|
* and configure an appropriate underlying implementation (e.g. gmtime_r() for
|
||||||
* POSIX and gmtime_s() for Windows). If this is not possible, then gmtime()
|
* POSIX and gmtime_s() for Windows). If this is not possible, then gmtime()
|
||||||
|
|
Loading…
Reference in a new issue