]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a function comment
authorRoger Dingledine <arma@torproject.org>
Thu, 28 Apr 2011 23:19:04 +0000 (19:19 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 28 Apr 2011 23:19:04 +0000 (19:19 -0400)
src/or/circuitbuild.c

index 90572d57c82104778b93629475ddc29a321a0050..fe94264555152d79ea5683d95a4c411853824fba 100644 (file)
@@ -4584,8 +4584,7 @@ find_bridge_by_digest(const char *digest)
   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
 launch_direct_bridge_descriptor_fetch(bridge_info_t *bridge)
 {