[or-cvs] r19262: {tor} fix a comment (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Apr 11 00:40:12 UTC 2009


Author: arma
Date: 2009-04-10 20:40:11 -0400 (Fri, 10 Apr 2009)
New Revision: 19262

Modified:
   tor/trunk/src/or/router.c
Log:
fix a comment


Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c	2009-04-11 00:24:06 UTC (rev 19261)
+++ tor/trunk/src/or/router.c	2009-04-11 00:40:11 UTC (rev 19262)
@@ -1788,7 +1788,7 @@
     return -1;
   }
 
-  /* Sign the directory */
+  /* Sign the descriptor */
   strlcpy(s+written, "router-signature\n", maxlen-written);
   written += strlen(s+written);
   s[written] = '\0';



More information about the tor-commits mailing list