[tor-commits] [tor/maint-0.2.2] fix a function comment

arma at torproject.org arma at torproject.org
Thu Apr 28 23:19:23 UTC 2011


commit 710227a77f3d47fec78497b0fabce13b4e3ce728
Author: Roger Dingledine <arma at torproject.org>
Date:   Thu Apr 28 19:19:04 2011 -0400

    fix a function comment
---
 src/or/circuitbuild.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 90572d5..fe94264 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -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)
 {



More information about the tor-commits mailing list