summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-06-16 02:57:58 -0700
committerNick Mathewson <nickm@torproject.org>2011-06-17 13:57:25 -0400
commit70785f87bb47e481053719f2a514bf0598c62b2d (patch)
tree4e30ba965b273ac6d6fb90574505a4b8a6581732
parent68cd0a9abeab126b3d954f060d922fd71cb945f7 (diff)
downloadtor-70785f87bb47e481053719f2a514bf0598c62b2d.tar.gz
tor-70785f87bb47e481053719f2a514bf0598c62b2d.zip
Fix comment typo
-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 2308cd66f2..2170a9b94f 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -98,7 +98,7 @@ static int disable_log_messages = 0;
static int authentication_cookie_is_set = 0;
/** If authentication_cookie_is_set, a secret cookie that we've stored to disk
* and which we're using to authenticate controllers. (If the controller can
- * read it off disk, it has permission to connect. */
+ * read it off disk, it has permission to connect.) */
static char authentication_cookie[AUTHENTICATION_COOKIE_LEN];
/** A sufficiently large size to record the last bootstrap phase string. */