summaryrefslogtreecommitdiff
path: root/pod/perl5120delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl5120delta.pod')
-rw-r--r--pod/perl5120delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod
index d5f89d0047..9225e86247 100644
--- a/pod/perl5120delta.pod
+++ b/pod/perl5120delta.pod
@@ -1300,7 +1300,7 @@ exported.
C<PL_na> has been exterminated from the core code, replaced by local STRLEN
temporaries, or C<*_nolen()> calls. Either approach is faster than C<PL_na>,
-which is a pointer deference into the interpreter structure under ithreads,
+which is a pointer dereference into the interpreter structure under ithreads,
and a global variable otherwise.
=item *