diff options
author | Roger Dingledine <arma@torproject.org> | 2019-09-23 18:32:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-09-23 18:32:05 -0400 |
commit | e1429d91480ee16ebe32be35263a4695e1795ff9 (patch) | |
tree | 3c4a4fed89316ad0e3b9b098fdf31ef545ccaf6b /src | |
parent | e6c5b248aea3e70e78e60648b10b30daa14f0802 (diff) | |
download | tor-e1429d91480ee16ebe32be35263a4695e1795ff9.tar.gz tor-e1429d91480ee16ebe32be35263a4695e1795ff9.zip |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/rend/rendservice.c | 2 |
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; } |