summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 12:39:08 +0000
committerJames E Keenan <jkeenan@cpan.org>2020-10-03 10:40:40 -0400
commitf1460a6600d0790c237adf97bee973eae35630bf (patch)
treea43dc647d0280e8df3fc08729e7b48ed7d6a7182 /op.h
parent0df722d69378fb3b3df5c8d7746122138fcdc5a9 (diff)
downloadperl-f1460a6600d0790c237adf97bee973eae35630bf.tar.gz
Fix typos
For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index e286f8b304..f5cda92ecf 100644
--- a/op.h
+++ b/op.h
@@ -859,7 +859,7 @@ Return a member of the XOP structure. C<which> is a cpp token
indicating which entry to return. If the member is not set
this will return a default value. The return type depends
on C<which>. This macro evaluates its arguments more than
-once. If you are using C<Perl_custom_op_xop> to retreive a
+once. If you are using C<Perl_custom_op_xop> to retrieve a
C<XOP *> from a C<OP *>, use the more efficient L</XopENTRYCUSTOM> instead.
=for apidoc Am||XopENTRYCUSTOM|const OP *o|which