diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-01 15:12:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-01 15:12:07 +0000 |
commit | 8627550ad98ac0533b562b782c1d801df744e01b (patch) | |
tree | e538627378cd61fed3b712cf155d7f92d32e5143 /pad.c | |
parent | db5021a3fd19311dd30fae8f0434571b4c0b93d1 (diff) | |
download | perl-8627550ad98ac0533b562b782c1d801df744e01b.tar.gz |
More typo fixes (damn generated pod files)
p4raw-id: //depot/perl@25259
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |