summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-12-28 17:28:09 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-12-29 06:03:29 -0800
commit154e47c821a043f6b3b7346ca0c21e3282802f49 (patch)
tree86af52786dfdf0dc5fa32946f892da505497a7a8 /pp.h
parent72d33970ea94fe3382327160378d9bc042cb1d73 (diff)
downloadperl-154e47c821a043f6b3b7346ca0c21e3282802f49.tar.gz
Consistent spaces after dots in perlintern.pod
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index f6835108dd..c72ed8eb9a 100644
--- a/pp.h
+++ b/pp.h
@@ -30,7 +30,7 @@ the C<SP> macro. See C<SP>.
=for apidoc ms||djSP
-Declare Just C<SP>. This is actually identical to C<dSP>, and declares
+Declare Just C<SP>. This is actually identical to C<dSP>, and declares
a local copy of perl's stack pointer, available via the C<SP> macro.
See C<SP>. (Available for backward source code compatibility with the
old (Perl 5.005) thread model.)