From 493e62880e0752dbcca1bed2e1db29bef29edc39 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Sun, 30 Apr 2023 00:37:14 +0000 Subject: Remove duplicate "the" in comments Fix spelling on various files pertaining to core Perl. --- pp_hot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp_hot.c') 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) */ } -- cgit v1.2.1