diff options
author | Roger Dingledine <arma@torproject.org> | 2024-05-29 12:45:51 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2024-05-29 12:45:51 -0400 |
commit | d990aba61385727e2dfe0a2b4dc4b3fcdcdae690 (patch) | |
tree | 72bbf591d44fa964a3782a251799810e4055afd9 /src/core/or | |
parent | 7a5d94bcf842299534b667433424ac7a1133d371 (diff) | |
download | tor-d990aba61385727e2dfe0a2b4dc4b3fcdcdae690.tar.gz tor-d990aba61385727e2dfe0a2b4dc4b3fcdcdae690.zip |
fix a few comment typos
Diffstat (limited to 'src/core/or')
-rw-r--r-- | src/core/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c index dc1912294b..878436339b 100644 --- a/src/core/or/circuitbuild.c +++ b/src/core/or/circuitbuild.c @@ -1343,7 +1343,7 @@ circuit_finish_handshake(origin_circuit_t *circ, hop->ccontrol = congestion_control_new(¶ms, 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", |