summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-24 06:11:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-24 06:11:56 +0000
commit4375e838ae24b385ae79fa7b6918e613bedaaee6 (patch)
tree9418d63a58345f7e8f9e1ff644fa85c022b18650 /pp.h
parent94a371ee7128c99a38226de46cbec028ae3a990e (diff)
downloadperl-4375e838ae24b385ae79fa7b6918e613bedaaee6.tar.gz
various pod nits (from Larry Virden and others)
p4raw-id: //depot/perl@5917
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 bdc0b1a6c1..7f396b20b6 100644
--- a/pp.h
+++ b/pp.h
@@ -143,7 +143,7 @@ Pops a long off the stack.
/*
=for apidoc Am|void|EXTEND|SP|int nitems
Used to extend the argument stack for an XSUB's return values. Once
-used, guarrantees that there is room for at least C<nitems> to be pushed
+used, guarantees that there is room for at least C<nitems> to be pushed
onto the stack.
=for apidoc Am|void|PUSHs|SV* sv