aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 14:36:11 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-30 14:36:11 -0400
commit8f59b3e6f2a908818f16516e2f4729e4425bae11 (patch)
tree2e35f0eaac1913d1f88e0f6272ff8624fd4b4c06
parent8dd9097bdc69c78c1665394408347d33666358ff (diff)
downloadtor-8f59b3e6f2a908818f16516e2f4729e4425bae11.tar.gz
tor-8f59b3e6f2a908818f16516e2f4729e4425bae11.zip
resolve_addr.c: remove a needless quote mark
-rw-r--r--src/app/config/resolve_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/resolve_addr.c b/src/app/config/resolve_addr.c
index 8224e88685..bf462c2024 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:
*