summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-06-25 17:21:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2017-07-02 11:19:05 -0700
commit1cdc5f0b922411a4ba6ac3cfc0450abb16db3f22 (patch)
tree96adcd2374332865b20762de7c30c0e7506eda89 /pad.c
parent926b8942cc68fcd98a48c776f19e7348d819a396 (diff)
downloadperl-1cdc5f0b922411a4ba6ac3cfc0450abb16db3f22.tar.gz
pad.c: POD typo
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index 5bbb07a092..7322a36893 100644
--- a/pad.c
+++ b/pad.c
@@ -1019,7 +1019,7 @@ Perl_pad_findmy_sv(pTHX_ SV *name, U32 flags)
Until the lexical C<$_> feature was removed, this function would
find the position of the lexical C<$_> in the pad of the
-currently-executing function and returns the offset in the current pad,
+currently-executing function and return the offset in the current pad,
or C<NOT_IN_PAD>.
Now it always returns C<NOT_IN_PAD>.