]> git.ozlabs.org Git - ccan/commitdiff
Fix documentation: actually, always evaluates to 0.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Sep 2009 02:24:47 +0000 (11:54 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Sep 2009 02:24:47 +0000 (11:54 +0930)
ccan/check_type/check_type.h

index e05236f8f4feb4777e1b01fe3a64c7dc0cc7531d..d0dc0d4b295fb9bf800bf4e1d69ac59a7ed5615f 100644 (file)
@@ -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).