diff options
author | teor <teor@torproject.org> | 2020-04-06 19:10:30 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-06 19:10:30 +1000 |
commit | 00ce25a7206d091444a65f1157468c8cb256b586 (patch) | |
tree | 94b351831a6a457de9b2bda3166be714a76b30be /src/core/or/channel.c | |
parent | 6df16022a1b84c770644003d8a74288a2d999c6c (diff) | |
download | tor-00ce25a7206d091444a65f1157468c8cb256b586.tar.gz tor-00ce25a7206d091444a65f1157468c8cb256b586.zip |
channel: Fix a comment typo
Diffstat (limited to 'src/core/or/channel.c')
-rw-r--r-- | src/core/or/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/channel.c b/src/core/or/channel.c index ccc5f571d9..6fd33feda7 100644 --- 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 |