]> git.ozlabs.org Git - ccan/blobdiff - ccan/check_type/check_type.h
check_type: fix incorrect documentation.
[ccan] / ccan / check_type / check_type.h
index 1d85df0d3610bac4cd4aefe974c69c1f01b411a7..371fb66471d18149297142298ef281575e1ac34c 100644 (file)
@@ -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).