From 56023cca5f66a40646a1e807c3d10af6e5913623 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 12 Dec 2011 13:50:05 +1030 Subject: [PATCH] check_type: fix incorrect documentation. --- 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 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). -- 2.39.2