]> granicus.if.org Git - check/commitdiff
Change wording in docs around NULL and macros
authorBranden Archer <b.m.archer4@gmail.com>
Sun, 11 Dec 2016 23:18:47 +0000 (18:18 -0500)
committerBranden Archer <b.m.archer4@gmail.com>
Wed, 14 Dec 2016 01:24:31 +0000 (20:24 -0500)
doc/check.texi

index 9d0fa22a7659141a242a0294c2fb842e64958f25..242196349394bf8659ea0b9a87b3a9a2fc4cc3bd 100644 (file)
@@ -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