commit 8f59b3e6f2a908818f16516e2f4729e4425bae11
parent 8dd9097bdc69c78c1665394408347d33666358ff
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 30 Jun 2020 14:36:11 -0400
resolve_addr.c: remove a needless quote mark
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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:
*