[or-cvs] harmless typo

arma at seul.org arma at seul.org
Tue Jun 13 05:50:26 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection_or.c 
Log Message:
harmless typo


Index: connection_or.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_or.c,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -p -d -r1.225 -r1.226
--- connection_or.c	13 Jun 2006 05:36:35 -0000	1.225
+++ connection_or.c	13 Jun 2006 05:50:24 -0000	1.226
@@ -26,7 +26,7 @@ static int connection_or_process_cells_f
 
 /** 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



More information about the tor-commits mailing list