aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-06-13 05:50:24 +0000
committerRoger Dingledine <arma@torproject.org>2006-06-13 05:50:24 +0000
commita20a384b09c13d9202c5de9a009b53502bc83f65 (patch)
treecbd150a703681bb655f82547360b5fd5d28fb550 /src/or/connection_or.c
parentab61c40661faa59a83d644101e36fbc102b87f18 (diff)
downloadtor-a20a384b09c13d9202c5de9a009b53502bc83f65.tar
tor-a20a384b09c13d9202c5de9a009b53502bc83f65.tar.gz
harmless typo
svn:r6613
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r--src/or/connection_or.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index 642bddfb2..ce3bfeea0 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -26,7 +26,7 @@ static int connection_or_process_cells_from_inbuf(connection_t *conn);
/** Map from identity digest of connected OR or desired OR to a connection_t
* with that identity digest. If there is more than one such connection_t,
- * they form a linked list, with next_with_same_id as the next pointer.*/
+ * they form a linked list, with next_with_same_id as the next pointer. */
static digestmap_t *orconn_identity_map = NULL;
/** If conn is listed in orconn_identity_map, remove it, and clear