[tor-commits] [tor/maint-0.2.2] Fix comment typo

nickm at torproject.org nickm at torproject.org
Fri Jun 17 19:02:33 UTC 2011


commit 70785f87bb47e481053719f2a514bf0598c62b2d
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Thu Jun 16 02:57:58 2011 -0700

    Fix comment typo
---
 src/or/control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/control.c b/src/or/control.c
index 2308cd6..2170a9b 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. */





More information about the tor-commits mailing list