summaryrefslogtreecommitdiff
path: root/library/platform_util.c
diff options
context:
space:
mode:
authorAndres Amaya Garcia <Andres.AmayaGarcia@arm.com>2018-09-05 11:52:07 +0100
committerAndres Amaya Garcia <Andres.AmayaGarcia@arm.com>2018-09-05 11:52:07 +0100
commit3c9733a0a3a18b1381dfeaa7e6bc07457672f9cc (patch)
tree028c35065cd8099036448d624ec13a87e33862e6 /library/platform_util.c
parent193fe893a696b624ce2348b608e458adb14c87af (diff)
Fix typo in comment for gmtime macro defines
Diffstat (limited to 'library/platform_util.c')
-rw-r--r--library/platform_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform_util.c b/library/platform_util.c
index 2dd530d1..89f132ae 100644
--- a/library/platform_util.c
+++ b/library/platform_util.c
@@ -84,7 +84,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len )
* preprocessor conditions above. Ideally, we could expose this macro in
* platform_utils.h and simply use it in platform_utils.c, threading.c and
* threading.h. However, this macro is not part of the Mbed TLS public API, so
- * we keep it private by only definining it in this file
+ * we keep it private by only defining it in this file
*/
#define PLATFORM_UTIL_USE_GMTIME
#endif /* !_POSIX_VERSION || _POSIX_C_SOURCE > _POSIX_THREAD_SAFE_FUNCTIONS */