summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-20 16:42:44 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-20 16:42:44 +0000
commit90ce55a189f2bdb2d042b4e4190bf41cd6331190 (patch)
treef7b5c4db894ff2121fca634ef3ff099c84a23492 /hv.h
parente0408fa07b297c876e517b9f7b8993ec4e3d75f3 (diff)
downloadperl-90ce55a189f2bdb2d042b4e4190bf41cd6331190.tar.gz
Fix a typo
p4raw-id: //depot/perl@24516
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index e39e4bfd7d..8186f266db 100644
--- a/hv.h
+++ b/hv.h
@@ -64,7 +64,7 @@ struct xpvhv {
* If USE_HASH_SEED_EXPLICIT is defined, hash randomisation is done
* only if the environment variable PERL_HASH_SEED is set.
* For maximal control, one can define PERL_HASH_SEED.
- * (see also erl.c:perl_parse()).
+ * (see also perl.c:perl_parse()).
*/
#ifndef PERL_HASH_SEED
# if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT)