This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0408fa
)
Fix a typo
author
Nicholas Clark
<nick@ccl4.org>
Fri, 20 May 2005 16:42:44 +0000
(16:42 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 20 May 2005 16:42:44 +0000
(16:42 +0000)
p4raw-id: //depot/perl@24516
hv.h
patch
|
blob
|
blame
|
history
diff --git
a/hv.h
b/hv.h
index
e39e4bf
..
8186f26
100644
(file)
--- 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
p
erl.c:perl_parse()).
*/
#ifndef PERL_HASH_SEED
# if defined(USE_HASH_SEED) || defined(USE_HASH_SEED_EXPLICIT)