summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-04-21 02:24:18 -0600
committerKarl Williamson <khw@cpan.org>2021-04-21 02:57:21 -0600
commit758221d119cb29ac4cf3e687c38bbc594cdd74a0 (patch)
treeceea7f4950147602713c7fb6530d58c072253c7e /intrpvar.h
parent8816562b3f409e268b8a91b531b7c45c52a86cf3 (diff)
downloadperl-758221d119cb29ac4cf3e687c38bbc594cdd74a0.tar.gz
perlapi: Fix grammar
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 760ccff119..5c49d31528 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -225,8 +225,8 @@ PERLVAR(I, padname_const, PADNAME)
A scratch pad SV for whatever temporary use you need. Chiefly used as a
fallback by macros on platforms where L<perlapi/PERL_USE_GCC_BRACE_GROUPS>> is
-unavailable, and which would otherwise would evaluate their SV parameter more
-than once.
+unavailable, and which would otherwise evaluate their SV parameter more than
+once.
=cut
*/