From 8627550ad98ac0533b562b782c1d801df744e01b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 1 Aug 2005 15:12:07 +0000 Subject: [PATCH] More typo fixes (damn generated pod files) p4raw-id: //depot/perl@25259 --- pad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pad.c b/pad.c index a84274a..fc66b30 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 lexicals, the type is SVt_PVGV, and GvSTASH points at the -stash of the associated global (so that duplicate C delarations in the +stash of the associated global (so that duplicate C 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 */ -- 2.7.4