]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.c
Fix funny typo in docu to double_hash().
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 5728a3180d7f954714d0af64be713c435feb2f5f..c98b89e5920b48d2e853b7989249b35ab49b46e1 100644 (file)
--- 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
  *
  * 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)
  * IOW: h is invertible in the ring [0..s].
  */
 static uint32_t double_hash(uint32_t uid, uint32_t probe_num)