From: Hugo van der Sanden Date: Mon, 17 Feb 2003 08:51:53 +0000 (+0000) Subject: fix typo in sv.c and regenerate perlapi.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3050d9ddc948efe78c52984619d71727ece2e61;p=p5sagit%2Fp5-mst-13.2.git fix typo in sv.c and regenerate perlapi.pod p4raw-id: //depot/perl@18733 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 1d61560..36e50cb 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -3764,7 +3764,7 @@ an xpvmg; if we're a copy-on-write scalar, this is the on-write time when we do the copy, and is also used locally. If C is set then a copy-on-write scalar drops its PV buffer (if any) and becomes SvPOK_off rather than making a copy. (Used where this scalar is about to be -set to some other value.) In addtion, the C parameter gets passed to +set to some other value.) In addition, the C parameter gets passed to C when unrefing. C calls this function with flags set to 0. diff --git a/sv.c b/sv.c index 3dbab25..5c7ccec 100644 --- a/sv.c +++ b/sv.c @@ -4363,7 +4363,7 @@ an xpvmg; if we're a copy-on-write scalar, this is the on-write time when we do the copy, and is also used locally. If C is set then a copy-on-write scalar drops its PV buffer (if any) and becomes SvPOK_off rather than making a copy. (Used where this scalar is about to be -set to some other value.) In addtion, the C parameter gets passed to +set to some other value.) In addition, the C parameter gets passed to C when unrefing. C calls this function with flags set to 0.