From db5a9302c17b5bed91987fdeaaa0377e46e4811e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 2 Sep 2015 08:51:24 -0400 Subject: [PATCH] correct the doc for find_rp_for_intro. Thanks to Roger for spotting this! --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendservice.c b/src/or/rendservice.c index f3a09ddaf2..8ba5327b1d 100644 --- a/src/or/rendservice.c +++ b/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 * 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)