]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
relay: Fix a comment typo in the selftest.c header
authorteor <teor@torproject.org>
Thu, 30 Apr 2020 03:54:40 +0000 (13:54 +1000)
committerteor <teor@torproject.org>
Thu, 30 Apr 2020 03:54:40 +0000 (13:54 +1000)
src/feature/relay/selftest.c

index 8aaf068f9c5b047c8a124e20d9953307b96b46ac..402ce0e3d35cfd1c59f531e7f5c0b1a991590506 100644 (file)
@@ -8,7 +8,7 @@
  * \file selftest.c
  * \brief Relay self-testing
  *
- * Relays need to make sure that their own ports are reasonable, and estimate
+ * Relays need to make sure that their own ports are reachable, and estimate
  * their own bandwidth, before publishing.
  */