summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2019-09-23 18:32:05 -0400
committerRoger Dingledine <arma@torproject.org>2019-09-23 18:32:05 -0400
commite1429d91480ee16ebe32be35263a4695e1795ff9 (patch)
tree3c4a4fed89316ad0e3b9b098fdf31ef545ccaf6b /src
parente6c5b248aea3e70e78e60648b10b30daa14f0802 (diff)
downloadtor-e1429d91480ee16ebe32be35263a4695e1795ff9.tar.gz
tor-e1429d91480ee16ebe32be35263a4695e1795ff9.zip
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/feature/rend/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/rend/rendservice.c b/src/feature/rend/rendservice.c
index 119a6f9c89..4d8a21e6a1 100644
--- a/src/feature/rend/rendservice.c
+++ b/src/feature/rend/rendservice.c
@@ -2127,7 +2127,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
*
* We only use a one-hop path on the first attempt. If the first attempt
* fails, we use a 3-hop path for reachability / reliability.
- * See the comment in rend_service_relauch_rendezvous() for details. */
+ * See the comment in rend_service_relaunch_rendezvous() for details. */
if (rend_service_use_direct_connection(options, rp) && i == 0) {
flags = flags | CIRCLAUNCH_ONEHOP_TUNNEL;
}