From b6373437d6c2dfca295f6ada1647fe6305bb9ee7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 30 May 2008 15:11:44 +0200 Subject: [PATCH] Fix funny typo in docu to double_hash(). --- adu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adu.c b/adu.c index 5728a31..c98b89e 100644 --- a/adu.c +++ b/adu.c @@ -308,7 +308,7 @@ static int create_tables(void) * * An odd number is sufficient to make sure each entry of the hash table gets * probed for probe_num between 0 and s-1 because s is a power of two, hence - * the second hash value never hash a common divisor with the hash table size. + * the second hash value has never a common divisor with the hash table size. * IOW: h is invertible in the ring [0..s]. */ static uint32_t double_hash(uint32_t uid, uint32_t probe_num) -- 2.39.2