Replace 'thread safe' by 'thread-safe' in the documentation
This commit is contained in:
parent
9a51d01984
commit
921b76d056
3 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len );
|
|||
|
||||
#if defined(MBEDTLS_HAVE_TIME_DATE)
|
||||
/**
|
||||
* \brief Thread safe implementation of gmtime()
|
||||
* \brief Thread-safe implementation of gmtime()
|
||||
*
|
||||
* The function is an abstraction that when called behaves similar
|
||||
* to the gmtime() function from the C standard, but is thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue