summaryrefslogtreecommitdiff
path: root/pod/perlintern.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-07 17:08:54 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-07 17:08:54 +0000
commit8a0be661c1b696355540b6c96400dfa590061592 (patch)
tree03dbb28fd42bbb57fd9fe8012a34d94bd3b6cc4f /pod/perlintern.pod
parent3426ea3de200b27bbac03638debab3cec29b0c0c (diff)
downloadperl-8a0be661c1b696355540b6c96400dfa590061592.tar.gz
Regenerates internal and external API docs
p4raw-id: //depot/perl@30500
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r--pod/perlintern.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 83bdda31f2..aba33768a7 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -483,7 +483,7 @@ Found in file gv.c
=item refcounted_he_chain_2hv
X<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 *>.
HV * refcounted_he_chain_2hv(const struct refcounted_he *c)