From 3eca667ae4ab7dfd4d6f87858808b2775ffb1340 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 30 Apr 2020 13:54:40 +1000 Subject: [PATCH] relay: Fix a comment typo in the selftest.c header --- src/feature/relay/selftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3