From: Nick Mathewson Date: Mon, 24 Oct 2016 14:31:16 +0000 (-0400) Subject: html error in doxygen comment in rendservice.c X-Git-Tag: tor-0.3.0.1-alpha~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3592cd8b56145201843733523a68b1706ba4556;p=thirdparty%2Ftor.git html error in doxygen comment in rendservice.c --- diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 3afe880554..d6bd5b1f75 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -984,7 +984,7 @@ rend_service_sos_poison_path(const rend_service_t *service) return rend_service_path(service, sos_poison_fname); } -/** Return True if hidden services service> has been poisoned by single +/** Return True if hidden services service has been poisoned by single * onion mode. */ static int service_is_single_onion_poisoned(const rend_service_t *service)