summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-10 07:27:29 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-10 07:27:29 +0000
commit720281b32e521bcc3fda07f7ce7b9453809ddd83 (patch)
tree1f717f411a0f23ec21ead1278cf1cacfebacb8e4 /src/or/rendservice.c
parentd9fa234fd9b4922c70c023ad08e9854459117640 (diff)
downloadtor-720281b32e521bcc3fda07f7ce7b9453809ddd83.tar.gz
tor-720281b32e521bcc3fda07f7ce7b9453809ddd83.zip
Close rogue <b>s
svn:r1838
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index a84b6f38c7..2106853974 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -78,7 +78,7 @@ static void rend_service_free_all(void)
rend_service_list = smartlist_create();
}
-/** Validate <b>service<b> and add it to rend_service_list if possible.
+/** Validate <b>service</b> and add it to rend_service_list if possible.
*/
static void add_service(rend_service_t *service)
{
@@ -894,7 +894,7 @@ rend_service_dump_stats(int severity)
}
}
-/** Given <b>conn</a>, a rendezvous exit stream, look up the hidden service for
+/** Given <b>conn</b>, a rendezvous exit stream, look up the hidden service for
* 'circ', and look up the port and address based on conn-\>port.
* Assign the actual conn-\>addr and conn-\>port. Return -1 if failure,
* or 0 for success.