From: Rusty Russell Date: Wed, 30 Sep 2009 02:24:47 +0000 (+0930) Subject: Fix documentation: actually, always evaluates to 0. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=f66bb62ab93dfb3031fd4c75c4a23951428f3a3f Fix documentation: actually, always evaluates to 0. --- 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).