summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/_charnames.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm
index be9fac4f89..738727b928 100644
--- a/lib/_charnames.pm
+++ b/lib/_charnames.pm
@@ -21,9 +21,9 @@ $Carp::Internal{ (__PACKAGE__) } = 1;
#
# The official names with their code points are stored in a table in
# lib/unicore/Name.pl which is read in as a large string (almost 3/4 Mb in
-# Unicode 6.0). Each code point appears on a line by itself, with its
-# corresponding name occupying the next line in the string. (Some of the CJK
-# and the Hangul syllable names are instead determined algorithmically via
+# Unicode 6.0). Each code point sequence appears on a line by itself, with
+# its corresponding name occupying the next line in the string. (Some of the
+# CJK and the Hangul syllable names are instead determined algorithmically via
# subroutines stored instead in lib/unicore/Name.pm). Because of the large
# size of this table, it isn't converted into hashes for faster lookup.
#