From: Roger Dingledine Date: Tue, 13 Jun 2006 05:50:24 +0000 (+0000) Subject: harmless typo X-Git-Tag: tor-0.1.1.23~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20a384b09c13d9202c5de9a009b53502bc83f65;p=thirdparty%2Ftor.git harmless typo svn:r6613 --- diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 642bddfb2a..ce3bfeea01 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