aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channel.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-15 19:45:56 +1000
committerteor <teor@torproject.org>2020-04-15 19:45:56 +1000
commite3b1e617ae4850280012c95f40e54acdfc897855 (patch)
tree74145ff3a5b1cf9596b55a8a85266e39f83d7d25 /src/test/test_channel.c
parent77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b (diff)
downloadtor-e3b1e617ae4850280012c95f40e54acdfc897855.tar.gz
tor-e3b1e617ae4850280012c95f40e54acdfc897855.zip
test/channel: Fix a comment typo
Diffstat (limited to 'src/test/test_channel.c')
-rw-r--r--src/test/test_channel.c2
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);