diff options
author | Jason Merrill <jason@redhat.com> | 2003-05-07 16:30:32 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-05-07 16:30:32 -0400 |
commit | 9d70d418dbe366666be1ec6501d93cf2b661e1a0 (patch) | |
tree | 51dc680001a4c521cc9b61cfc6eea83195a4bb3e /libiberty/hashtab.c | |
parent | 0dfcf38eb26e33fe20ad808975b05185d653621b (diff) | |
download | gcc-9d70d418dbe366666be1ec6501d93cf2b661e1a0.tar.gz |
s/burtle/iterative
From-SVN: r66577
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r-- | libiberty/hashtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 5b58d71ef13..3896328717a 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -787,7 +787,7 @@ acceptable. Do NOT use for cryptographic purposes. -------------------------------------------------------------------- */ -hashval_t burtle_hash (k_in, length, initval) +hashval_t iterative_hash (k_in, length, initval) const PTR k_in; /* the key */ register size_t length; /* the length of the key */ register hashval_t initval; /* the previous hash, or an arbitrary value */ |