summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-02-09 23:36:46 +0000
committerNicholas Clark <nick@ccl4.org>2007-02-09 23:36:46 +0000
commit75c442e4b9bb8eeee80e9ac09713243f25ff6ed6 (patch)
tree86fd384c5e41f9e3a79bb3d3a79b481c39bfcbe8 /gv.c
parentc009da3dafe4ea3e8b9a40412519479ee7a0ea5e (diff)
downloadperl-75c442e4b9bb8eeee80e9ac09713243f25ff6ed6.tar.gz
Fix Pod errors.
p4raw-id: //depot/perl@30188
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 9cdb6e48c7..475c225b22 100644
--- a/gv.c
+++ b/gv.c
@@ -716,7 +716,7 @@ S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const char *methp
=for apidoc gv_stashpv
Returns a pointer to the stash for a specified package. Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
=cut
*/