summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */