diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-19 22:14:56 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-19 22:14:56 -0400 |
commit | a18b41cc776196c41cf79bdab25592a7ce8bbcc5 (patch) | |
tree | b00ce364475ec620a831132c49b8047481f55f39 /src | |
parent | ceb012cea3813c58f69c58f820d33eb657d21148 (diff) | |
download | tor-a18b41cc776196c41cf79bdab25592a7ce8bbcc5.tar.gz tor-a18b41cc776196c41cf79bdab25592a7ce8bbcc5.zip |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/or/entrynodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 7a27cd0f44..51fda60116 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -67,7 +67,7 @@ * * While we're building circuits, we track a little "guard state" for * each circuit. We use this to keep track of whether the circuit is - * one that we can use as soon as its done, or whether it's one that + * one that we can use as soon as it's done, or whether it's one that * we should keep around to see if we can do better. In the latter case, * a periodic call to entry_guards_upgrade_waiting_circuits() will * eventually upgrade it. |