summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-02 08:51:24 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-02 08:51:24 -0400
commitdb5a9302c17b5bed91987fdeaaa0377e46e4811e (patch)
tree2870f51f3441dd7ce95dd5ccdef3bb6930719a1d /src
parent4cff437a0a934e3a6712f43bd56ddfd4d2be0a80 (diff)
downloadtor-db5a9302c17b5bed91987fdeaaa0377e46e4811e.tar.gz
tor-db5a9302c17b5bed91987fdeaaa0377e46e4811e.zip
correct the doc for find_rp_for_intro.
Thanks to Roger for spotting this!
Diffstat (limited to 'src')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
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)