summaryrefslogtreecommitdiff
path: root/pp_hot.c
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 /pp_hot.c
parent034a96a9c8546c2e080a802babba5ed9bc6c7798 (diff)
downloadperl-493e62880e0752dbcca1bed2e1db29bef29edc39.tar.gz
Remove duplicate "the" in comments
Fix spelling on various files pertaining to core Perl.
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 2cf247405a..d9b4d6e6fb 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -4125,7 +4125,7 @@ PP(pp_iter)
if (UNLIKELY(pad_it)) {
/* We're "beyond the end" of the iterator here, filling the
extra lexicals with undef, so we mustn't do anything
- (further) to the the iterator itself at this point.
+ (further) to the iterator itself at this point.
(Observe how the other two blocks modify the iterator's
value) */
}