tor

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

commit e3b1e617ae4850280012c95f40e54acdfc897855
parent 77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b
Author: teor <teor@torproject.org>
Date:   Wed, 15 Apr 2020 19:45:56 +1000

test/channel: Fix a comment typo

Diffstat:
Msrc/test/test_channel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_channel.c b/src/test/test_channel.c @@ -1381,7 +1381,7 @@ test_channel_for_extend(void *arg) tt_str_op(msg, OP_EQ, "Connection is fine; using it."); /* Same creation time, num circuits will be used and they both have 0 so the - * channel 2 should be picked due to how channel_is_better() work. */ + * channel 2 should be picked due to how channel_is_better() works. */ chan2->timestamp_created = chan1->timestamp_created; ret_chan = channel_get_for_extend(digest, &ed_id, &addr, &msg, &launch); tt_assert(ret_chan);