1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix typos in macro names

This commit is contained in:
Manuel Pégourié-Gonnard
2015-03-06 16:52:46 +00:00
parent 35ac8eb35a
commit 9b6699066e
10 changed files with 16 additions and 16 deletions

View File

@ -105,6 +105,6 @@ int threading_set_alt( int (*mutex_init)( threading_mutex_t * ),
return( 0 );
}
#endif /* POLARSSL_THREADING_ALT_C */
#endif /* POLARSSL_THREADING_ALT */
#endif /* POLARSSL_THREADING_C */