summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-28 08:44:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-28 08:44:16 +0000
commitabc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2 (patch)
tree94b5938ada141c1ffd63dbc8fc57deebe9655a6b /hv.c
parentc99fffc5939a5e598379a26c6c3ab0352f01c6e8 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 98120fd037..cb4eda9952 100644
--- a/hv.c
+++ b/hv.c
@@ -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