diff --git a/include/mbedtls/padlock.h b/include/mbedtls/padlock.h index d8246e2cd0..0e4a6bbf69 100644 --- a/include/mbedtls/padlock.h +++ b/include/mbedtls/padlock.h @@ -98,7 +98,7 @@ extern "C" { * * \param feature The feature to detect * - * \return 1 if CPU has support for the feature, 0 otherwise + * \return non-zero if CPU has support for the feature, 0 otherwise */ int mbedtls_padlock_has_support( int feature );