diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-02-09 23:36:46 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-02-09 23:36:46 +0000 |
commit | 75c442e4b9bb8eeee80e9ac09713243f25ff6ed6 (patch) | |
tree | 86fd384c5e41f9e3a79bb3d3a79b481c39bfcbe8 /gv.c | |
parent | c009da3dafe4ea3e8b9a40412519479ee7a0ea5e (diff) | |
download | perl-75c442e4b9bb8eeee80e9ac09713243f25ff6ed6.tar.gz |
Fix Pod errors.
p4raw-id: //depot/perl@30188
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |