Add a comment
gfx [Thu, 3 Dec 2009 01:50:36 +0000 (10:50 +0900)]
xs-src/MouseTypeConstraints.xs

index 2f4a6b1..8818186 100644 (file)
@@ -84,7 +84,7 @@ mouse_tc_Bool(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) {
         }
     }
     else{
-        /* false must be boolean */
+        /* any false value must be boolean */
         return TRUE;
     }
 }