summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-05 17:13:14 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-05 17:13:14 -0700
commitbfaf5b52ed4d07654faa7d3a6fb83d363c7110da (patch)
tree6318ab55b6e98011a4373c937907884b0cf5171e /hv.c
parentc2470d68e155a7428ed6cfda887c9495bd9457bf (diff)
downloadperl-bfaf5b52ed4d07654faa7d3a6fb83d363c7110da.tar.gz
hv.c: comment typo
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 e713a37f94..b5ee308f2a 100644
--- a/hv.c
+++ b/hv.c
@@ -2383,7 +2383,7 @@ Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags)
}
#endif
- /* hv_iterint now ensures this. */
+ /* hv_iterinit now ensures this. */
assert (HvARRAY(hv));
/* At start of hash, entry is NULL. */