]> granicus.if.org Git - check/commitdiff
Fixed typo in ck_assert_str_eq doc
authorfoviedoITBA <foviedo@itba.edu.ar>
Thu, 16 Nov 2017 19:55:30 +0000 (16:55 -0300)
committerfoviedoITBA <foviedo@itba.edu.ar>
Thu, 16 Nov 2017 19:55:30 +0000 (16:55 -0300)
src/check.h.in

index 7966126aa81af7a99cfb77c39167f8c6c9ec2c87..9e03d206794c4fd8e8111cefa61a173f8ec1d5ca 100644 (file)
@@ -1430,7 +1430,7 @@ do { \
  * Check two strings to determine if 0==strcmp(X,Y)
  *
  * If X or Y is NULL the test failes.
- * If (0==strcmp(X,Y)), the test fails.
+ * If not 0==strcmp(X,Y), the test fails.
  *
  * @param X string
  * @param Y string to compare against X