tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 00ce25a7206d091444a65f1157468c8cb256b586
parent 6df16022a1b84c770644003d8a74288a2d999c6c
Author: teor <teor@torproject.org>
Date:   Mon,  6 Apr 2020 19:10:30 +1000

channel: Fix a comment typo

Diffstat:
Msrc/core/or/channel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/channel.c b/src/core/or/channel.c @@ -2334,7 +2334,7 @@ channel_is_better(channel_t *a, channel_t *b) if (!a->is_canonical_to_peer && b->is_canonical_to_peer) return 0; /* - * Okay, if we're here they tied on canonicity, the prefer the older + * Okay, if we're here they tied on canonicity. Prefer the older * connection, so that the adversary can't create a new connection * and try to switch us over to it (which will leak information * about long-lived circuits). Additionally, switching connections