]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
trivial comment fixes
authorRoger Dingledine <arma@torproject.org>
Wed, 1 Nov 2017 03:09:00 +0000 (23:09 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 1 Nov 2017 03:09:00 +0000 (23:09 -0400)
done while i was trying to debug nearby code

src/or/addressmap.c

index 7e92633601aeb434668469e96a89d9caedd8a7b8..9a2cc26b3b524b3a1c23612ac4acc142635797bd 100644 (file)
@@ -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