summaryrefslogtreecommitdiff
path: root/lib/_charnames.pm
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-23 10:14:22 -0700
committerKarl Williamson <khw@cpan.org>2014-11-24 10:50:26 -0700
commit055bf491ea6f4dcf5702e3c09236b562e2943219 (patch)
treefc4fc80e0c1b904e92d9feac32a8c104d6af84f4 /lib/_charnames.pm
parentfa1e80ba41f52550cc193f33fda5d48962169788 (diff)
downloadperl-055bf491ea6f4dcf5702e3c09236b562e2943219.tar.gz
charnames: Nit in comments, pod
Diffstat (limited to 'lib/_charnames.pm')
-rw-r--r--lib/_charnames.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm
index 26ba0faedf..a800911895 100644
--- a/lib/_charnames.pm
+++ b/lib/_charnames.pm
@@ -298,7 +298,7 @@ sub lookup_name ($$$) {
|| (! defined $hints_ref->{charnames_full}
&& ! defined $hints_ref->{charnames_loose});
- # At runtime, but currently not at compile time, $^H gets
+ # At runtime, but currently not at compile time, %^H gets
# stringified, so un-stringify back to the original data structures.
# These get thrown away by perl before the next invocation
# Also fill in the hash with the non-stringified data.