소스 검색

clean up a comment that confused arturo

Roger Dingledine 13 년 전
부모
커밋
19c372daf0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/or/rendservice.c

+ 2 - 2
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)
 {