]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
correct the doc for find_rp_for_intro.
authorNick Mathewson <nickm@torproject.org>
Wed, 2 Sep 2015 12:51:24 +0000 (08:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 2 Sep 2015 12:51:24 +0000 (08:51 -0400)
Thanks to Roger for spotting this!

src/or/rendservice.c

index f3a09ddaf2788b82d2ecfc5ff372bee36b651b3b..8ba5327b1dea232a0eef8b4ccca52449a25a2f76 100644 (file)
@@ -1762,7 +1762,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
 
 /** 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
- * extend_info_t* for the introduction point. */
+ * extend_info_t* for the rendezvous point. */
 static extend_info_t *
 find_rp_for_intro(const rend_intro_cell_t *intro,
                   char **err_msg_out)