From: Nicholas Clark Date: Sat, 6 Oct 2007 21:24:32 +0000 (+0000) Subject: Propagate the perlapi.pod part of change 32026 back to the source POD. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c41f7ed2fea446da54380eaaa979695a710fbcb8;p=p5sagit%2Fp5-mst-13.2.git Propagate the perlapi.pod part of change 32026 back to the source POD. p4raw-id: //depot/perl@32055 --- diff --git a/sv.c b/sv.c index bcf144f..e5f7bea 100644 --- a/sv.c +++ b/sv.c @@ -7216,7 +7216,7 @@ Perl_newSVuv(pTHX_ UV u) /* =for apidoc newSV_type -Creates a new SV, of the type specificied. The reference count for the new SV +Creates a new SV, of the type specified. The reference count for the new SV is set to 1. =cut