resolve_addr.c: remove a needless quote mark

This commit is contained in:
Nick Mathewson 2020-06-30 14:36:11 -04:00
parent 8dd9097bdc
commit 8f59b3e6f2

View File

@ -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:
*