]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a few comment typos
authorRoger Dingledine <arma@torproject.org>
Wed, 29 May 2024 16:45:51 +0000 (12:45 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 29 May 2024 16:45:51 +0000 (12:45 -0400)
src/core/or/circuitbuild.c
src/feature/relay/dns.c

index dc1912294b27eba9b07fa91be7890eddb66a82d4..878436339b33231483432aa57f966a991f5b1ba1 100644 (file)
@@ -1343,7 +1343,7 @@ circuit_finish_handshake(origin_circuit_t *circ,
         hop->ccontrol = congestion_control_new(&params, CC_PATH_EXIT);
       } else {
         /* This is likely directory requests, which should block on orconn
-         * before congestion control, but lets give them the lower sbws
+         * before congestion control, but let's give them the lower sbws
          * param set anyway just in case. */
         log_info(LD_CIRC,
                  "Unexpected path length %d for exit circuit %d, purpose %d",
index 129f6209d7854ba80df692793458337218d4c378..eb316781892af6ea5196f60e3d91455096030495 100644 (file)
@@ -1184,8 +1184,8 @@ dns_found_answer(const char *address, uint8_t query_type,
  * resolution.
  *
  * Do this by sending a RELAY_RESOLVED cell (if the pending stream had sent us
- * RELAY_RESOLVE cell), or by launching an exit connection (if the pending
- * stream had send us a RELAY_BEGIN cell).
+ * RELAY_RESOLVE cell), or by launching an exit connection (if the pending
+ * stream had sent us a RELAY_BEGIN cell).
  */
 static void
 inform_pending_connections(cached_resolve_t *resolve)