diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-01 16:10:59 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-02 16:31:22 -0700 |
commit | 41fc8feea769f199951c0355d9ed8fb01a6b43de (patch) | |
tree | 22648608d37bf95aa3bc5211cad9ec7199cde365 /intrpvar.h | |
parent | 4c2e1131552eebe059a9a4379a6680d114241092 (diff) | |
download | perl-41fc8feea769f199951c0355d9ed8fb01a6b43de.tar.gz |
intrpvar.h: Clarify comment
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 0c90a9f7a1..f59da75f9b 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -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 */ |