summaryrefslogtreecommitdiff
path: root/toxcore/assoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/assoc.c')
-rw-r--r--toxcore/assoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/assoc.c b/toxcore/assoc.c
index c8f58c9c..ed1ec241 100644
--- a/toxcore/assoc.c
+++ b/toxcore/assoc.c
@@ -29,7 +29,7 @@
29 * Candidates are kept in buckets of hash tables. The hash 29 * Candidates are kept in buckets of hash tables. The hash
30 * function is calculated from the client_id. Up to 30 * function is calculated from the client_id. Up to
31 * HASH_COLLIDE_COUNT alternative positions are tried if 31 * HASH_COLLIDE_COUNT alternative positions are tried if
32 * the inital position is already used by a different entry. 32 * the initial position is already used by a different entry.
33 * The collision function is multiplicative, not additive. 33 * The collision function is multiplicative, not additive.
34 * 34 *
35 * A new candidate can bump an existing candidate, if it is 35 * A new candidate can bump an existing candidate, if it is