From f1460a6600d0790c237adf97bee973eae35630bf Mon Sep 17 00:00:00 2001 From: Samanta Navarro Date: Sat, 3 Oct 2020 12:39:08 +0000 Subject: 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'. --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') 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 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. This macro evaluates its arguments more than -once. If you are using C to retreive a +once. If you are using C to retrieve a C from a C, use the more efficient L instead. =for apidoc Am||XopENTRYCUSTOM|const OP *o|which -- cgit v1.2.1