cmocka: fix doxygen comment for assert_return_code()
[obnox/cmocka.git] / include / cmocka.h
index 0f0e4e6fa767d1fc07d709af41472748bc7e504c..73ec30439e1b6a958cfea4e37a5727e0342df56c 100644 (file)
@@ -996,7 +996,7 @@ void assert_false(scalar expression);
 
 #ifdef DOXYGEN
 /**
- * @brief Assert if the return_code is smaller than 0.
+ * @brief Assert that the return_code is greater than or equal to 0.
  *
  * The function prints an error message to standard error and terminates the
  * test by calling fail() if the return code is smaller than 0. If the function