diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a84b6f38c..210685397 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. |