diff options
author | teor <teor@torproject.org> | 2020-04-30 13:54:40 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-30 13:54:40 +1000 |
commit | 3eca667ae4ab7dfd4d6f87858808b2775ffb1340 (patch) | |
tree | be1176edbd0eb5bff028e669d92b8a7144612334 /src/feature | |
parent | 49800cf5390bc1445a5fab9bbf346ca73c6b3a58 (diff) | |
download | tor-3eca667ae4ab7dfd4d6f87858808b2775ffb1340.tar.gz tor-3eca667ae4ab7dfd4d6f87858808b2775ffb1340.zip |
relay: Fix a comment typo in the selftest.c header
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/relay/selftest.c | 2 |
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. */ |