]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
revert a tiny bit of r12035
authorRoger Dingledine <arma@torproject.org>
Thu, 18 Oct 2007 23:18:28 +0000 (23:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 18 Oct 2007 23:18:28 +0000 (23:18 +0000)
svn:r12037

src/or/control.c

index c176e47eabe5d82c0035b8ed7c5b01bb556f0542..249406de88bb8932e0c0fa851065790a4c672419 100644 (file)
@@ -1251,7 +1251,7 @@ getinfo_helper_misc(control_connection_t *conn, const char *question,
 /** 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.
  *