From: Robert Ransom Date: Thu, 16 Jun 2011 09:57:58 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.2.29-beta~3^2~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70785f87bb47e481053719f2a514bf0598c62b2d;p=thirdparty%2Ftor.git Fix comment typo --- 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. */