浏览代码

tweak

svn:r6796
Roger Dingledine 19 年之前
父节点
当前提交
237c7ecbfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/circuitbuild.c

+ 1 - 1
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
 /** 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
  * 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
 static INLINE int
 should_use_create_fast_for_router(routerinfo_t *router)
 should_use_create_fast_for_router(routerinfo_t *router)
 {
 {