mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
trivial comment fixes
done while i was trying to debug nearby code
This commit is contained in:
parent
b601eeda0e
commit
9635843342
@ -541,7 +541,7 @@ addressmap_have_mapping(const char *address, int update_expiry)
|
|||||||
* (virtual address mapping) from the controller.)
|
* (virtual address mapping) from the controller.)
|
||||||
*
|
*
|
||||||
* <b>new_address</b> should be a newly dup'ed string, which we'll use or
|
* <b>new_address</b> should be a newly dup'ed string, which we'll use or
|
||||||
* free as appropriate. We will leave address alone.
|
* free as appropriate. We will leave <b>address</b> alone.
|
||||||
*
|
*
|
||||||
* If <b>wildcard_addr</b> is true, then the mapping will match any address
|
* If <b>wildcard_addr</b> is true, then the mapping will match any address
|
||||||
* equal to <b>address</b>, or any address ending with a period followed by
|
* equal to <b>address</b>, or any address ending with a period followed by
|
||||||
@ -554,7 +554,6 @@ addressmap_have_mapping(const char *address, int update_expiry)
|
|||||||
* <b>wildcard_new_addr</b>, remove any mappings that exist from
|
* <b>wildcard_new_addr</b>, remove any mappings that exist from
|
||||||
* <b>address</b>.
|
* <b>address</b>.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* It is an error to set <b>wildcard_new_addr</b> if <b>wildcard_addr</b> is
|
* It is an error to set <b>wildcard_new_addr</b> if <b>wildcard_addr</b> is
|
||||||
* not set. */
|
* not set. */
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user