commit | 63952b7de5f1ef0e18b9c7ada084a9a7a64d452b | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Fri Jan 19 13:45:19 2024 +0000 |
committer | Ryan Everett <ryan.everett@arm.com> | Fri Jan 19 13:45:19 2024 +0000 |
tree | 97715e64103567cad7431baa49b7da45162cabf5 | |
parent | 7aeacc1ec4b832b43c512067323156705e686fe2 [diff] [blame] |
Fix typo Signed-off-by: Ryan Everett <ryan.everett@arm.com>
diff --git a/library/threading.c b/library/threading.c index 94404ac..c28290f 100644 --- a/library/threading.c +++ b/library/threading.c
@@ -149,7 +149,7 @@ mbedtls_mutex_init(&mbedtls_threading_gmtime_mutex); #endif #if defined(MBEDTLS_PSA_CRYPTO_C) - mbedtls_mutext_init(&mbedtls_threading_key_slot_mutex); + mbedtls_mutex_init(&mbedtls_threading_key_slot_mutex); #endif }