intrpvar.h: Clarify comment
authorKarl Williamson <public@khwilliamson.com>
Tue, 1 Feb 2011 23:10:59 +0000 (16:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 2 Feb 2011 23:31:22 +0000 (16:31 -0700)
intrpvar.h

index 0c90a9f..f59da75 100644 (file)
@@ -767,7 +767,8 @@ PERLVAR(Iregistered_mros, HV *)
 PERLVAR(Iblockhooks, AV *)
 
 
-/* Everything that folds to a character, for case insensitivity regex matching */
+/* Everything that folds to a given character, for case insensitivity regex
+ * matching */
 PERLVARI(Iutf8_foldclosures,   HV *, NULL)
 
 PERLVAR(Icustom_ops, HV *)      /* custom op registrations */