diff --git a/toxcore/tox_private.h b/toxcore/tox_private.h index fe86479a5d..c872bfea47 100644 --- a/toxcore/tox_private.h +++ b/toxcore/tox_private.h @@ -155,17 +155,15 @@ bool tox_dht_get_nodes(const Tox *tox, const uint8_t *public_key, const char *ip const uint8_t *target_public_key, Tox_Err_Dht_Get_Nodes *error); /** - * This function returns the ratio of close dht nodes that are known to support - * announce/store. This function returns the number of DHT nodes in the - * closelist. + * This function returns the number of DHT nodes in the closelist. * * @return number */ uint16_t tox_dht_get_num_closelist(const Tox *tox); /** - * This function returns the number of DHT nodes in the closelist, - * that are capable to store announce data (introduced in version 0.2.18). + * This function returns the number of DHT nodes in the closelist + * that are capable of storing announce data (introduced in version 0.2.18). * * @return number */