Explorar o código

harmless typo

svn:r6613
Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
a20a384b09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/connection_or.c

+ 1 - 1
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