diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-13 05:50:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-13 05:50:24 +0000 |
commit | a20a384b09c13d9202c5de9a009b53502bc83f65 (patch) | |
tree | cbd150a703681bb655f82547360b5fd5d28fb550 /src/or/connection_or.c | |
parent | ab61c40661faa59a83d644101e36fbc102b87f18 (diff) | |
download | tor-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.c | 2 |
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 |