diff options
author | teor <teor@torproject.org> | 2020-04-15 19:45:56 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-15 19:45:56 +1000 |
commit | e3b1e617ae4850280012c95f40e54acdfc897855 (patch) | |
tree | 74145ff3a5b1cf9596b55a8a85266e39f83d7d25 /src/test | |
parent | 77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b (diff) | |
download | tor-e3b1e617ae4850280012c95f40e54acdfc897855.tar.gz tor-e3b1e617ae4850280012c95f40e54acdfc897855.zip |
test/channel: Fix a comment typo
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_channel.c b/src/test/test_channel.c index 5b13f1f979..f7efbd7aba 100644 --- 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); |