aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-05-29 15:55:11 +0200
committerMichael Adam <obnox@samba.org>2014-05-29 16:14:27 +0200
commitc3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9 (patch)
tree6744f94f033d7363fcfad26a717e41fd7606273a
parent401ac92ec57a67ed42f5c5b86a23ab079e568818 (diff)
downloadcmocka-c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9.tar.gz
cmocka-c3ee48dea76f0dab06e2b3d60cacfe0165b6e8e9.tar.xz
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>
-rw-r--r--include/cmocka.h2
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