]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean up a comment that confused arturo
authorRoger Dingledine <arma@torproject.org>
Sat, 7 Jan 2012 12:41:46 +0000 (07:41 -0500)
committerRoger Dingledine <arma@torproject.org>
Sat, 7 Jan 2012 12:41:46 +0000 (07:41 -0500)
src/or/rendservice.c

index bbc9c91866e53955e3682aec80fa20a3e1b2ea2b..7dcc68dad05cce34fcaaf6ab0b815bf87168216b 100644 (file)
@@ -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)
 {