[tor-commits] [tor/master] test/channel: Fix a comment typo
teor at torproject.org
teor at torproject.org
Wed Apr 15 09:46:48 UTC 2020
commit e3b1e617ae4850280012c95f40e54acdfc897855
Author: teor <teor at torproject.org>
Date: Wed Apr 15 19:45:56 2020 +1000
test/channel: Fix a comment typo
---
src/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
index 5b13f1f97..f7efbd7ab 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);
More information about the tor-commits
mailing list