[tor-commits] [tor/master] fix a function comment
nickm at torproject.org
nickm at torproject.org
Fri Apr 29 00:04:54 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