summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 15:12:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 15:12:07 +0000
commit8627550ad98ac0533b562b782c1d801df744e01b (patch)
treee538627378cd61fed3b712cf155d7f92d32e5143 /pad.c
parentdb5021a3fd19311dd30fae8f0434571b4c0b93d1 (diff)
downloadperl-8627550ad98ac0533b562b782c1d801df744e01b.tar.gz
More typo fixes (damn generated pod files)
p4raw-id: //depot/perl@25259
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pad.c b/pad.c
index a84274a31d..fc66b303b0 100644
--- a/pad.c
+++ b/pad.c
@@ -75,7 +75,7 @@ The SVs in the names AV have their PV being the name of the variable.
NV+1..IV inclusive is a range of cop_seq numbers for which the name is
valid. For typed lexicals name SV is SVt_PVMG and SvSTASH points at the
type. For C<our> lexicals, the type is SVt_PVGV, and GvSTASH points at the
-stash of the associated global (so that duplicate C<our> delarations in the
+stash of the associated global (so that duplicate C<our> declarations in the
same package can be detected). SvCUR is sometimes hijacked to
store the generation number during compilation.
@@ -1215,7 +1215,7 @@ Perl_pad_tidy(pTHX_ padtidy_type type)
/*
=for apidoc pad_free
-Free the SV at offet po in the current pad.
+Free the SV at offset po in the current pad.
=cut
*/