aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-21 03:38:46 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-21 03:38:46 +0000
commit1df0647c668645268b1b9c0246b91cad709e3708 (patch)
tree5665c29c7daa5aaee70dc18d33019e9fd576346e /src/or/connection_edge.c
parent7b022eda9c43c897e50c3b03a8201c132f76229c (diff)
downloadtor-1df0647c668645268b1b9c0246b91cad709e3708.tar
tor-1df0647c668645268b1b9c0246b91cad709e3708.tar.gz
r18291@catbus: nickm | 2008-02-20 22:35:32 -0500
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
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 6c6850d04..a36e7cbe6 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2593,7 +2593,7 @@ connection_exit_connect(edge_connection_t *edge_conn)
* conn, and join them together. Return 0 on success (or if there was an
* error we could send back an end cell for). Return -(some circuit end
* reason) if the circuit needs to be torn down. Either connects
- * <b>exitconn<b/>, frees it, or marks it, as appropriate.
+ * <b>exitconn</b>, frees it, or marks it, as appropriate.
*/
static int
connection_exit_connect_dir(edge_connection_t *exitconn)