summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-09 00:08:23 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-09 00:08:23 +0000
commit1c596156aa2363d86a694fca1328aa01177d9739 (patch)
tree673708326d842f6dbb6d59ba0908ed469c467830
parentc0cde6f9c35a4e8cbacd8ba11aebc4ff6813836a (diff)
downloadtor-1c596156aa2363d86a694fca1328aa01177d9739.tar.gz
tor-1c596156aa2363d86a694fca1328aa01177d9739.zip
tweak comment
svn:r5930
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 0b6860d903..2a484a13e1 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1698,7 +1698,7 @@ build_state_get_exit_nickname(cpath_build_state_t *state)
* - Listed as either up or never yet contacted;
* - Present in the routerlist;
* - Listed as 'stable' or 'fast' by the current dirserver concensus,
- * if demanded by <b>need_uptime</b> and <b>need_capacity</b>; and
+ * if demanded by <b>need_uptime</b> or <b>need_capacity</b>; and
* - Allowed by our current ReachableAddresses config option.
*/
static INLINE routerinfo_t *