From: Roger Dingledine Date: Sat, 7 Jan 2012 12:41:46 +0000 (-0500) Subject: clean up a comment that confused arturo X-Git-Tag: tor-0.2.3.11-alpha~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c372daf0aa66219b662a4caeec09bb7bdfc029;p=thirdparty%2Ftor.git clean up a comment that confused arturo --- diff --git a/src/or/rendservice.c b/src/or/rendservice.c index bbc9c91866..7dcc68dad0 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -2063,8 +2063,8 @@ upload_service_descriptor(rend_service_t *service) service->desc_is_dirty = 0; } -/** Return the number of INTRODUCE2 cells an intro point has - * received. */ +/** Return the number of INTRODUCE2 cells this hidden service has received + * from this intro point. */ static int intro_point_accepted_intro_count(rend_intro_point_t *intro) {