]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test/channel: Fix a comment typo
authorteor <teor@torproject.org>
Wed, 15 Apr 2020 09:45:56 +0000 (19:45 +1000)
committerteor <teor@torproject.org>
Wed, 15 Apr 2020 09:45:56 +0000 (19:45 +1000)
src/test/test_channel.c

index 5b13f1f9797ec418946aa0bb8aeea5c1ccd50e82..f7efbd7aba4b39363bcdd91a0434b8886894612f 100644 (file)
@@ -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);