summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-10-08 15:12:11 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2009-10-08 15:12:11 +0200
commit8e3247042c02fd16ad4031fefd53fa013b28bc29 (patch)
tree8c23f9dd3ac90b7165c43df6922067f42ffcd39c /sv.c
parent6eaf04c0a40058ba450b733f2bc77c3e9b5bbfe7 (diff)
downloadperl-8e3247042c02fd16ad4031fefd53fa013b28bc29.tar.gz
Documentation typo
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 077baff4e2..976cfe3fbc 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<lref> are passed to sv_fetchsv.
+The flags in C<lref> are passed to gv_fetchsv.
=cut
*/