From: Andre Noll Date: Fri, 30 May 2008 13:11:44 +0000 (+0200) Subject: Fix funny typo in docu to double_hash(). X-Git-Tag: v0.0.2~36^2~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=b6373437d6c2dfca295f6ada1647fe6305bb9ee7 Fix funny typo in docu to double_hash(). --- 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)