[or-cvs] tweak

arma at seul.org arma at seul.org
Fri Jul 21 07:53:24 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv27295

Modified Files:
	dirserv.c 
Log Message:
tweak


Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -p -d -r1.356 -r1.357
--- dirserv.c	15 Jul 2006 20:26:05 -0000	1.356
+++ dirserv.c	21 Jul 2006 07:53:21 -0000	1.357
@@ -881,7 +881,7 @@ static digestmap_t *cached_v2_networksta
  * <b>directory</b> published on <b>when</b>, unless <b>when</b> is older than
  * the last value, or too far in the future.
  *
- * Does not copy <b>directory</b>; free it if it isn't used.
+ * Does not copy <b>directory</b>; frees it if it isn't used.
  */
 static void
 set_cached_dir(cached_dir_t *d, char *directory, time_t when)



More information about the tor-commits mailing list