From 27f19ebaff0cda7559a9ced608bd94dc9cc7241d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 29 May 2014 15:57:37 +0200 Subject: cmocka: fix doxygen comment for assert_in_range() Signed-off-by: Michael Adam Reviewed-by: Andreas Schneider --- include/cmocka.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/cmocka.h b/include/cmocka.h index 73ec304..70c4577 100644 --- a/include/cmocka.h +++ b/include/cmocka.h @@ -1172,8 +1172,8 @@ void assert_memory_not_equal(const void *a, const void *b, size_t size); #ifdef DOXYGEN /** - * @brief Assert that the specified value is bigger than the minimum and - * smaller than the maximum. + * @brief Assert that the specified value is not smaller than the minimum + * and and not greater than the maximum. * * The function prints an error message to standard error and terminates the * test by calling fail() if value is not in range. -- cgit v1.2.3