summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-01-30 12:52:30 -0700
committerKarl Williamson <khw@cpan.org>2020-01-30 14:39:32 -0700
commit0ebd57bbe47894260653acf00f8d48085bb889cc (patch)
tree505d645105f4db4792e5b1af4c228433bda75dda /regen
parent18072598220543466e594e6cdc03a1ceaba0b2fe (diff)
downloadperl-0ebd57bbe47894260653acf00f8d48085bb889cc.tar.gz
regen/mk_invlists.pl: Clarify comment in output .h
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index bb09f805a6..b4392b3205 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -1245,7 +1245,7 @@ sub output_table_common {
}
if ($has_unused) {
$text .= "; $unused_table_hdr stands for 'unused in this Unicode"
- . " release (and the data in the row or column are garbage)"
+ . " release (and the data in its row and column are garbage)"
}
my $indent = " " x 3;