diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-25 12:00:28 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-25 12:00:28 -0500 |
commit | 17270880f85902a370b0615f9c52502ec42f8836 (patch) | |
tree | fbfe4d43eb7807327f91ea9741eac249bfdb0154 /pod | |
parent | c66407fa7f5507d74d6d16262905fa423da651e2 (diff) | |
download | perl-17270880f85902a370b0615f9c52502ec42f8836.tar.gz |
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"
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5120delta.pod | 2 |
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 * |