correct a typo
Ricardo Signes [Mon, 25 Jan 2010 17:00:28 +0000 (12:00 -0500)]
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

index d5f89d0..9225e86 100644 (file)
@@ -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 *