From: Rusty Russell Date: Mon, 12 Dec 2011 03:20:05 +0000 (+1030) Subject: check_type: fix incorrect documentation. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=56023cca5f66a40646a1e807c3d10af6e5913623 check_type: fix incorrect documentation. --- diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h index 0cf52543..371fb664 100644 --- a/ccan/check_type/check_type.h +++ b/ccan/check_type/check_type.h @@ -11,7 +11,7 @@ * argument is of the expected type. No type promotion of the expression is * done: an unsigned int is not the same as an int! * - * check_type() always evaluates to 1. + * check_type() 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).