diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-08 15:12:11 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-08 15:12:11 +0200 |
commit | 8e3247042c02fd16ad4031fefd53fa013b28bc29 (patch) | |
tree | 8c23f9dd3ac90b7165c43df6922067f42ffcd39c /sv.c | |
parent | 6eaf04c0a40058ba450b733f2bc77c3e9b5bbfe7 (diff) | |
download | perl-8e3247042c02fd16ad4031fefd53fa013b28bc29.tar.gz |
Documentation typo
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |