Documentation typo
Rafael Garcia-Suarez [Thu, 8 Oct 2009 13:12:11 +0000 (15:12 +0200)]
sv.c

diff --git a/sv.c b/sv.c
index 077baff..976cfe3 100644 (file)
--- 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<lref> are passed to sv_fetchsv.
+The flags in C<lref> are passed to gv_fetchsv.
 
 =cut
 */