diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-24 07:50:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-24 07:50:38 +0000 |
commit | 50f22e858a2045649984a4f7c863f22106efcd95 (patch) | |
tree | c471be0f9b68ef5f59304b9fe5d7bc34f6573f29 /src/or/circuituse.c | |
parent | f599adf40ad702f26680ab6a7bbf869c788dd860 (diff) | |
download | tor-50f22e858a2045649984a4f7c863f22106efcd95.tar.gz tor-50f22e858a2045649984a4f7c863f22106efcd95.zip |
doc pedant
svn:r9634
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 829d1bb36b..4a9752a5c1 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -565,10 +565,10 @@ circuit_expire_old_circuits(time_t now) } } -/** Number of circuits to open at once when testing our bandwidth. */ +/** Number of testing circuits we want open before testing our bandwidth. */ #define NUM_PARALLEL_TESTING_CIRCS 4 -/** True iff we've ever opened enough testing circuits to test our +/** True iff we've ever had enough testing circuits open to test our * bandwidth. */ static int have_performed_bandwidth_test = 0; |