From: Ricardo Signes Date: Mon, 25 Jan 2010 17:00:28 +0000 (-0500) Subject: correct a typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17270880f85902a370b0615f9c52502ec42f8836;p=p5sagit%2Fp5-mst-13.2.git 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" --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index d5f89d0..9225e86 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 *