summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-09-19 11:15:50 +0800
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 18:16:13 +0000
commitd3d5b701cb940e5f6c7cb2af199428fc8224e665 (patch)
tree227460e1cde95443856ccbc5f0bcf082874bd41c /toxcore/DHT.h
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index cbe905ce..5feb74d2 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -235,7 +235,7 @@ const uint8_t *dht_get_friend_public_key(const DHT *dht, uint32_t friend_num);
235 235
236/*----------------------------------------------------------------------------------*/ 236/*----------------------------------------------------------------------------------*/
237 237
238/* Shared key generations are costly, it is therefor smart to store commonly used 238/* Shared key generations are costly, it is therefore smart to store commonly used
239 * ones so that they can re used later without being computed again. 239 * ones so that they can re used later without being computed again.
240 * 240 *
241 * If shared key is already in shared_keys, copy it to shared_key. 241 * If shared key is already in shared_keys, copy it to shared_key.