summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-18 23:18:28 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-18 23:18:28 +0000
commit85e746d06052e397620b0c33175e077d1adcd759 (patch)
tree7d7d3e2d1bc900782dc96676772a19f2b6c482a7 /src/or/control.c
parent0a865bc277d49dfedf4163b253ccaaafc07869ca (diff)
downloadtor-85e746d06052e397620b0c33175e077d1adcd759.tar.gz
tor-85e746d06052e397620b0c33175e077d1adcd759.zip
revert a tiny bit of r12035
svn:r12037
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index c176e47eab..249406de88 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -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.
*