浏览代码

correct the doc for find_rp_for_intro.

Thanks to Roger for spotting this!
Nick Mathewson 8 年之前
父节点
当前提交
db5a9302c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/rendservice.c

+ 1 - 1
src/or/rendservice.c

@@ -1762,7 +1762,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
 
 
 /** Given a parsed and decrypted INTRODUCE2, find the rendezvous point or
 /** Given a parsed and decrypted INTRODUCE2, find the rendezvous point or
  * return NULL and an error string if we can't. Return a newly allocated
  * return NULL and an error string if we can't. Return a newly allocated
- * extend_info_t* for the introduction point. */
+ * extend_info_t* for the rendezvous point. */
 static extend_info_t *
 static extend_info_t *
 find_rp_for_intro(const rend_intro_cell_t *intro,
 find_rp_for_intro(const rend_intro_cell_t *intro,
                   char **err_msg_out)
                   char **err_msg_out)