X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcheck_type%2Fcheck_type.h;h=371fb66471d18149297142298ef281575e1ac34c;hp=1d85df0d3610bac4cd4aefe974c69c1f01b411a7;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=74257cee33ae3033f961d5f22a0313b8cb1b18d4 diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h index 1d85df0d..371fb664 100644 --- a/ccan/check_type/check_type.h +++ b/ccan/check_type/check_type.h @@ -1,4 +1,3 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_CHECK_TYPE_H #define CCAN_CHECK_TYPE_H #include "config.h" @@ -12,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).