aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2020-11-23 14:08:42 -0500
committerRoger Dingledine <arma@torproject.org>2020-11-23 14:08:42 -0500
commit4f1e38ec8efee291668f8706ca946b0988f64352 (patch)
tree7e316d91c060f8b945e702c4ff19c19687349a1b /src/core/or/connection_edge.c
parentff2b7ae1f3f6066c501b1c4099e3d20dd0533acb (diff)
downloadtor-4f1e38ec8efee291668f8706ca946b0988f64352.tar.gz
tor-4f1e38ec8efee291668f8706ca946b0988f64352.zip
fix two trivial comment mistakes
Diffstat (limited to 'src/core/or/connection_edge.c')
-rw-r--r--src/core/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index 859ad1c6fc..b2390e4f04 100644
--- a/src/core/or/connection_edge.c
+++ b/src/core/or/connection_edge.c
@@ -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
- * 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.
*
* We'll set chosen_exit_name and/or close the connection as appropriate.