Skip to content

Commit

Permalink
Merge pull request #82 from libcheck/doc-update
Browse files Browse the repository at this point in the history
Change wording in docs around NULL and macros
  • Loading branch information
brarcher authored Dec 14, 2016
2 parents 75cec15 + 48313a8 commit 24cd68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/check.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24cd68c

Please sign in to comment.