X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcheck_type%2Fcheck_type.h;h=d0dc0d4b295fb9bf800bf4e1d69ac59a7ed5615f;hp=e05236f8f4feb4777e1b01fe3a64c7dc0cc7531d;hb=d7c0cfeb86f8a6474d2fa182c0325e0d3aee0ecd;hpb=650c775ff00cccd03fc84e7789a03c51d9839004 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).