aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/selftest.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-30 13:54:40 +1000
committerteor <teor@torproject.org>2020-04-30 13:54:40 +1000
commit3eca667ae4ab7dfd4d6f87858808b2775ffb1340 (patch)
treebe1176edbd0eb5bff028e669d92b8a7144612334 /src/feature/relay/selftest.c
parent49800cf5390bc1445a5fab9bbf346ca73c6b3a58 (diff)
downloadtor-3eca667ae4ab7dfd4d6f87858808b2775ffb1340.tar.gz
tor-3eca667ae4ab7dfd4d6f87858808b2775ffb1340.zip
relay: Fix a comment typo in the selftest.c header
Diffstat (limited to 'src/feature/relay/selftest.c')
-rw-r--r--src/feature/relay/selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/selftest.c b/src/feature/relay/selftest.c
index 8aaf068f9c..402ce0e3d3 100644
--- a/src/feature/relay/selftest.c
+++ b/src/feature/relay/selftest.c
@@ -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.
*/