From 48313a83bcb32ceca304652b4619b3b863b94b8f Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 11 Dec 2016 18:18:47 -0500 Subject: [PATCH] Change wording in docs around NULL and macros --- doc/check.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/check.texi b/doc/check.texi index 9d0fa22..2421963 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -1202,7 +1202,7 @@ with condition and input parameter values on failure. The comparison operator is again indicated by last two letters of the function name. @code{ck_assert_str_lt(a, b)} will pass if the unsigned numerical value of the character string @code{a} is less than that of @code{b}. -If a NULL pointer would be passed to any comparison macro than check would fail. +If a NULL pointer is be passed to any comparison macro the check will fail. @item ck_assert_pstr_eq @itemx ck_assert_pstr_ne -- 2.50.1