]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tweak
authorRoger Dingledine <arma@torproject.org>
Thu, 20 Jul 2006 23:45:26 +0000 (23:45 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 20 Jul 2006 23:45:26 +0000 (23:45 +0000)
svn:r6796

src/or/circuitbuild.c

index 5eebf0b10b0c68b9f036d172de26dd5d656116fc..e95d29fdad5215841a8c409c7664410c600e6a64 100644 (file)
@@ -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)
 {