diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:44:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:44:16 +0000 |
commit | abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2 (patch) | |
tree | 94b5938ada141c1ffd63dbc8fc57deebe9655a6b /hv.c | |
parent | c99fffc5939a5e598379a26c6c3ab0352f01c6e8 (diff) | |
download | perl-abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2.tar.gz |
Fix a couple of typos in internal docs
p4raw-id: //depot/perl@30421
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2615,7 +2615,7 @@ S_refcounted_he_value(pTHX_ const struct refcounted_he *he) /* =for apidoc refcounted_he_chain_2hv -Generates an returns a C<HV *> by walking up the tree starting at the passed +Generates and returns a C<HV *> by walking up the tree starting at the passed in C<struct refcounted_he *>. =cut |