From: Rafael Garcia-Suarez Date: Thu, 8 Oct 2009 13:12:11 +0000 (+0200) Subject: Documentation typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e3247042c02fd16ad4031fefd53fa013b28bc29;p=p5sagit%2Fp5-mst-13.2.git Documentation typo --- diff --git a/sv.c b/sv.c index 077baff..976cfe3 100644 --- a/sv.c +++ b/sv.c @@ -8166,7 +8166,7 @@ Perl_sv_2io(pTHX_ SV *const sv) Using various gambits, try to get a CV from an SV; in addition, try if possible to set C<*st> and C<*gvp> to the stash and GV associated with it. -The flags in C are passed to sv_fetchsv. +The flags in C are passed to gv_fetchsv. =cut */