projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6eaf04c
)
Documentation typo
Rafael Garcia-Suarez [Thu, 8 Oct 2009 13:12:11 +0000 (15:12 +0200)]
sv.c
patch
|
blob
|
blame
|
history
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
*/