[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19262: {tor} fix a comment (tor/trunk/src/or)
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';