diff options
author | Roger Dingledine <arma@torproject.org> | 2017-10-31 23:09:00 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-10-31 23:09:00 -0400 |
commit | 9635843342cb98340a965c40d9afcbe69c8d12df (patch) | |
tree | b31172dbd959f6b7933b76f542773e1f2d12929a /src/or | |
parent | b601eeda0ec72d2a2caee85ed4834e4a2e4db658 (diff) | |
download | tor-9635843342cb98340a965c40d9afcbe69c8d12df.tar.gz tor-9635843342cb98340a965c40d9afcbe69c8d12df.zip |
trivial comment fixes
done while i was trying to debug nearby code
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/addressmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/addressmap.c b/src/or/addressmap.c index 7e92633601..9a2cc26b3b 100644 --- a/src/or/addressmap.c +++ b/src/or/addressmap.c @@ -541,7 +541,7 @@ addressmap_have_mapping(const char *address, int update_expiry) * (virtual address mapping) from the controller.) * * <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 * 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>address</b>. * - * * It is an error to set <b>wildcard_new_addr</b> if <b>wildcard_addr</b> is * not set. */ void |