fix two trivial comment mistakes

This commit is contained in:
Roger Dingledine 2020-11-23 14:08:42 -05:00
parent ff2b7ae1f3
commit 4f1e38ec8e
2 changed files with 2 additions and 2 deletions

View File

@ -2209,7 +2209,7 @@ connection_ap_handshake_rewrite_and_attach(entry_connection_t *conn,
} }
/* If this is a .exit hostname, strip off the .name.exit part, and /* If this is a .exit hostname, strip off the .name.exit part, and
* see whether we're willing to connect there, and and otherwise handle the * see whether we're willing to connect there, and otherwise handle the
* .exit address. * .exit address.
* *
* We'll set chosen_exit_name and/or close the connection as appropriate. * We'll set chosen_exit_name and/or close the connection as appropriate.

View File

@ -240,7 +240,7 @@ networkstatus_get_cache_fname,(int flav,
} }
/** /**
* Read and and return the cached consensus of type <b>flavorname</b>. If * Read and return the cached consensus of type <b>flavorname</b>. If
* <b>unverified</b> is false, get the one we haven't verified. Return NULL if * <b>unverified</b> is false, get the one we haven't verified. Return NULL if
* the file isn't there. */ * the file isn't there. */
static tor_mmap_t * static tor_mmap_t *