From 17270880f85902a370b0615f9c52502ec42f8836 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 25 Jan 2010 12:00:28 -0500 Subject: correct a typo 11:58 <@Zefram> "deference" is a typo 11:58 <@Zefram> (in that context) 11:58 <@rjbs> ...and it should be what? 11:58 <@Zefram> should be "dereference" --- pod/perl5120delta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 has been exterminated from the core code, replaced by local STRLEN temporaries, or C<*_nolen()> calls. Either approach is faster than C, -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 * -- cgit v1.2.1