diff options
author | Karl Williamson <khw@cpan.org> | 2020-02-05 13:59:32 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-02-12 16:36:49 -0700 |
commit | bc6e1b0e15c6394ad3360172c43eb7fdf4e671c1 (patch) | |
tree | 2352e6acdb0773f1088b7b39def1a3ace6292167 /lib | |
parent | 673c254b34746289019db8836016c81eb38e5bf0 (diff) | |
download | perl-bc6e1b0e15c6394ad3360172c43eb7fdf4e671c1.tar.gz |
lib/_charnames.pm: Fix typo in comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/_charnames.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm index 600317b623..b383337d8f 100644 --- a/lib/_charnames.pm +++ b/lib/_charnames.pm @@ -59,7 +59,7 @@ $Carp::Internal{ (__PACKAGE__) } = 1; # The hashes are stored as utf8 strings. This makes it easier to deal with # sequences. I (khw) also tried making Name.pl utf8, but it slowed things -# down by a factor of 7. I then tried making Name.pl store the ut8 +# down by a factor of 7. I then tried making Name.pl store the utf8 # equivalents but not calling them utf8. That led to similar speed as leaving # it alone, but since that is harder for a human to parse, I left it as-is. |