]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Thu, 16 Jun 2011 09:57:58 +0000 (02:57 -0700)
committerNick Mathewson <nickm@torproject.org>
Fri, 17 Jun 2011 17:57:25 +0000 (13:57 -0400)
src/or/control.c

index 2308cd66f2032e9b5f7d80d0c827259c4e7817a6..2170a9b94fe70b2980bb79718b63f4fec34ed775 100644 (file)
@@ -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. */