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 */