diff options
author | Michael Adam <obnox@samba.org> | 2014-05-29 15:55:11 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-05-29 16:14:27 +0200 |
commit | c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9 (patch) | |
tree | 6744f94f033d7363fcfad26a717e41fd7606273a /include | |
parent | 401ac92ec57a67ed42f5c5b86a23ab079e568818 (diff) | |
download | cmocka-c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9.tar.gz cmocka-c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9.tar.bz2 cmocka-c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9.zip |
cmocka: fix doxygen comment for assert_return_code()
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/cmocka.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmocka.h b/include/cmocka.h index 0f0e4e6..73ec304 100644 --- a/include/cmocka.h +++ b/include/cmocka.h @@ -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 |