소스 검색

fix a function comment

Roger Dingledine 14 년 전
부모
커밋
710227a77f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/or/circuitbuild.c

+ 1 - 2
src/or/circuitbuild.c

@@ -4584,8 +4584,7 @@ find_bridge_by_digest(const char *digest)
   return NULL;
   return NULL;
 }
 }
 
 
-/** We need to ask <b>bridge</b> for its server descriptor. <b>address</b>
- * is a helpful string describing this bridge. */
+/** We need to ask <b>bridge</b> for its server descriptor. */
 static void
 static void
 launch_direct_bridge_descriptor_fetch(bridge_info_t *bridge)
 launch_direct_bridge_descriptor_fetch(bridge_info_t *bridge)
 {
 {