summaryrefslogtreecommitdiff
path: root/toxcore/assoc.c
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:08:44 -0400
committerCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:14:44 -0400
commitcf33c2f9ad98edc50d50e018e214bb0b6180d96d (patch)
treeb3350486775a95f5774f4352aef38de588a64af7 /toxcore/assoc.c
parent3835bc167b37a0faada3362a1f3a57632d58b6da (diff)
multiple spelling fixes
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 2c1f0bad..50bc3a3e 100644
--- a/toxcore/assoc.c
+++ b/toxcore/assoc.c
@@ -28,7 +28,7 @@
28 * Candidates are kept in buckets of hash tables. The hash 28 * Candidates are kept in buckets of hash tables. The hash
29 * function is calculated from the client_id. Up to 29 * function is calculated from the client_id. Up to
30 * HASH_COLLIDE_COUNT alternative positions are tried if 30 * HASH_COLLIDE_COUNT alternative positions are tried if
31 * the inital position is already used by a different entry. 31 * the initial position is already used by a different entry.
32 * The collision function is multiplicative, not additive. 32 * The collision function is multiplicative, not additive.
33 * 33 *
34 * A new candidate can bump an existing candidate, if it is 34 * A new candidate can bump an existing candidate, if it is