[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12037: revert a tiny bit of r12035 (tor/trunk/src/or)
Author: arma
Date: 2007-10-18 19:18:28 -0400 (Thu, 18 Oct 2007)
New Revision: 12037
Modified:
tor/trunk/src/or/control.c
Log:
revert a tiny bit of r12035
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2007-10-18 23:16:08 UTC (rev 12036)
+++ tor/trunk/src/or/control.c 2007-10-18 23:18:28 UTC (rev 12037)
@@ -1251,7 +1251,7 @@
/** Awful hack: return a newly allocated string based on a routerinfo and
* (possibly) an extrainfo, sticking the read-history and write-history from
* <b>ei</b> into the resulting string. The thing you get back won't
- * have a valid signature.
+ * necessarily have a valid signature.
*
* New code should never use this; it's for backward compatibiliy.
*