mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix comment typo
This commit is contained in:
parent
68cd0a9abe
commit
70785f87bb
@ -98,7 +98,7 @@ static int disable_log_messages = 0;
|
|||||||
static int authentication_cookie_is_set = 0;
|
static int authentication_cookie_is_set = 0;
|
||||||
/** If authentication_cookie_is_set, a secret cookie that we've stored to disk
|
/** 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
|
* 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];
|
static char authentication_cookie[AUTHENTICATION_COOKIE_LEN];
|
||||||
|
|
||||||
/** A sufficiently large size to record the last bootstrap phase string. */
|
/** A sufficiently large size to record the last bootstrap phase string. */
|
||||||
|
Loading…
Reference in New Issue
Block a user