From: gfx <gfuji@cpan.org>
Date: Thu, 3 Dec 2009 01:50:36 +0000 (+0900)
Subject: Add a comment
X-Git-Tag: 0.40_09~16
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=902329757f26fb562c33f6335ff66d6c81394900;p=gitmo%2FMouse.git

Add a comment
---

diff --git a/xs-src/MouseTypeConstraints.xs b/xs-src/MouseTypeConstraints.xs
index 2f4a6b1..8818186 100644
--- a/xs-src/MouseTypeConstraints.xs
+++ b/xs-src/MouseTypeConstraints.xs
@@ -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;
     }
 }