summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-20 23:45:26 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-20 23:45:26 +0000
commit8484ac107ea354114b8c200fde8689a41ea3885a (patch)
tree77b436a737b9dd901955465e7ad08083eea14eac
parentaa6a5eadac59727d1688d9eb994212b68bded409 (diff)
downloadtor-8484ac107ea354114b8c200fde8689a41ea3885a.tar.gz
tor-8484ac107ea354114b8c200fde8689a41ea3885a.zip
tweak
svn:r6796
-rw-r--r--trunk/src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/or/circuitbuild.c b/trunk/src/or/circuitbuild.c
index 5eebf0b10b..e95d29fdad 100644
--- a/trunk/src/or/circuitbuild.c
+++ b/trunk/src/or/circuitbuild.c
@@ -524,7 +524,7 @@ inform_testing_reachability(void)
/** Return true iff we should send a create_fast cell to build a circuit
* starting at <b>router</b>. (If <b>router</b> is NULL, we don't have
- * information on the router. */
+ * information on the router, so return false.) */
static INLINE int
should_use_create_fast_for_router(routerinfo_t *router)
{