[tor-commits] [tor/master] resolve_addr.c: remove a needless quote mark

nickm at torproject.org nickm at torproject.org
Tue Jun 30 18:36:21 UTC 2020


commit 8f59b3e6f2a908818f16516e2f4729e4425bae11
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jun 30 14:36:11 2020 -0400

    resolve_addr.c: remove a needless quote mark
---
 src/app/config/resolve_addr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/config/resolve_addr.c b/src/app/config/resolve_addr.c
index 8224e8868..bf462c202 100644
--- a/src/app/config/resolve_addr.c
+++ b/src/app/config/resolve_addr.c
@@ -573,7 +573,7 @@ find_my_address(const or_options_t *options, int family, int warn_severity,
  *
  * This function is used to tell whether another address is 'remote' enough
  * that we can trust it when it tells us that we are reachable, or that we
- * have a certain address."
+ * have a certain address.
  *
  * The criterion to learn if the address is local are the following:
  *



More information about the tor-commits mailing list