diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 09c00a741..653e68b38 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -87,7 +87,7 @@ int des_key_check_key_parity( const unsigned char key[DES_KEY_SIZE] ); * * \param key 8-byte secret key * - * \resurn 0 if no weak key was found, 1 if a weak key was identified. + * \return 0 if no weak key was found, 1 if a weak key was identified. */ int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );