From f66bb62ab93dfb3031fd4c75c4a23951428f3a3f Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 30 Sep 2009 11:54:47 +0930 Subject: [PATCH 1/1] Fix documentation: actually, always evaluates to 0. --- ccan/check_type/check_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h index e05236f8..d0dc0d4b 100644 --- a/ccan/check_type/check_type.h +++ b/ccan/check_type/check_type.h @@ -31,7 +31,7 @@ * arguments are of identical types. No type promotion of the expressions is * done: an unsigned int is not the same as an int! * - * check_types_match() always evaluates to 1. + * check_types_match() always evaluates to 0. * * If your compiler does not support typeof, then the best we can do is fail * to compile if the sizes of the types are unequal (a less complete check). -- 2.39.2