aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-07 09:13:30 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-07 09:13:30 +0000
commit9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa (patch)
tree5e16818b5118d3cef4ccb24ba035879a7562dc02 /src/or/connection_edge.c
parenta339449a41fb4d05f9c996df457ba03093d43502 (diff)
downloadtor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar.gz
tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.zip
finish poking and prodding. i'm all happy now.
svn:r8633
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index f942858a77..0ca76d5efd 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2144,7 +2144,7 @@ connection_exit_connect(edge_connection_t *edge_conn)
* bridge connection with a socketpair, create a new directory conn, and join
* them together. Return 0 on success (or if there was an error we could send
* back an end cell for). Return -1 if the circuit needs to be torn down.
- * Either connects exit_conn, or frees it, or marks it, as appropriate.
+ * Either connects exit_conn, frees it, or marks it, as appropriate.
*/
static int
connection_exit_connect_dir(edge_connection_t *exit_conn)