aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-01-07 07:41:46 -0500
committerRoger Dingledine <arma@torproject.org>2012-01-07 07:41:46 -0500
commit19c372daf0aa66219b662a4caeec09bb7bdfc029 (patch)
treef7164afc8d41f88f30aca58fc490a0ca178c47e6 /src/or/rendservice.c
parent37c90319e2ac0ecb71c9986ff55d07fe3da86ee6 (diff)
downloadtor-19c372daf0aa66219b662a4caeec09bb7bdfc029.tar.gz
tor-19c372daf0aa66219b662a4caeec09bb7bdfc029.zip
clean up a comment that confused arturo
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 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)
{