summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion_client.c')
-rw-r--r--toxcore/onion_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.c b/toxcore/onion_client.c
index 1395fc07..24949aff 100644
--- a/toxcore/onion_client.c
+++ b/toxcore/onion_client.c
@@ -149,7 +149,7 @@ static int is_path_used(const Onion_Client_Paths *onion_paths, const Node_format
149} 149}
150 150
151/* Create a new path or use an old suitable one (if pathnum is valid) 151/* Create a new path or use an old suitable one (if pathnum is valid)
152 * or a rondom one from onion_paths. 152 * or a random one from onion_paths.
153 * 153 *
154 * return -1 on failure 154 * return -1 on failure
155 * return 0 on success 155 * return 0 on success