diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
commit | 4590993ff3d4393caaa1d9d68d04cf0af95c23c7 (patch) | |
tree | 943e39fd58833d90e345c20d7a399f3d244573f4 /src/or/circuituse.c | |
parent | b75880d7b3d02f5c60bf2e215c6e84da4f3e1938 (diff) | |
download | tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.tar.gz tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.zip |
Space fixes.
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 381c2b01cb..d3b480139e 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1161,7 +1161,7 @@ circuit_has_opened(origin_circuit_t *circ) control_event_circuit_status(circ, CIRC_EVENT_BUILT, 0); /* Cannibalized circuits count as used for path bias. - * (PURPOSE_GENERAL circs especially, since they are + * (PURPOSE_GENERAL circs especially, since they are * marked dirty and often go unused after preemptive * building). */ // XXX: Cannibalized now use RELAY_EARLY, which is visible @@ -1418,7 +1418,7 @@ circuit_launch_by_extend_info(uint8_t purpose, circ->path_state == PATH_STATE_BUILD_SUCCEEDED) { /* Path bias: Cannibalized rends pre-emptively count as a * successfully used circ. We don't wait until the extend, - * because the rend point could be malicious. + * because the rend point could be malicious. * * Same deal goes for client side introductions. Clients * can be manipulated to connect repeatedly to them |