summaryrefslogtreecommitdiff
path: root/regen/mk_invlists.pl
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-04-30 00:37:14 +0000
committerKarl Williamson <khw@cpan.org>2023-05-03 11:29:53 -0600
commit493e62880e0752dbcca1bed2e1db29bef29edc39 (patch)
tree39770493528cb5c76e5523147a231caf415dba96 /regen/mk_invlists.pl
parent034a96a9c8546c2e080a802babba5ed9bc6c7798 (diff)
downloadperl-493e62880e0752dbcca1bed2e1db29bef29edc39.tar.gz
Remove duplicate "the" in comments
Fix spelling on various files pertaining to core Perl.
Diffstat (limited to 'regen/mk_invlists.pl')
-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 e771cd28bd..6391740af1 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -760,7 +760,7 @@ sub output_invmap ($$$$$$$) {
switch_pound_if($name, $where, $charset);
# The inversion lists here have to be UV because inversion lists are
- # capable of storing any code point, and even though the the ones here
+ # capable of storing any code point, and even though the ones here
# are only Unicode ones, which need just 21 bits, they are linked to
# directly, rather than copied. The inversion map and aux tables also
# only need be 21 bits, and so we can get away with declaring them