summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-05-07 20:30:13 +0000
committerJason Merrill <jason@redhat.com>2003-05-07 20:30:13 +0000
commit61aa6432f052aa01f799dfb3b5a5b32313d4963b (patch)
treef8a722e760bda3b83f8985cf75f15f65754703ce /libiberty/hashtab.c
parentfd86ccf2634010175c09be4cd2d630e9232e344b (diff)
downloadgdb-61aa6432f052aa01f799dfb3b5a5b32313d4963b.tar.gz
s/burtle/iterative
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r--libiberty/hashtab.c2
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 */