]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo in comment
authorRoger Dingledine <arma@torproject.org>
Mon, 23 Sep 2019 22:32:05 +0000 (18:32 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 23 Sep 2019 22:32:05 +0000 (18:32 -0400)
src/feature/rend/rendservice.c

index 119a6f9c89e0048ea9e737663f3ed5ac3648399f..4d8a21e6a123dfebdcf7cd2039af60b06191e3f0 100644 (file)
@@ -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;
     }