]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correct a comment
authorRobert Ransom <rransom.8774@gmail.com>
Fri, 24 Jun 2011 22:12:45 +0000 (15:12 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Fri, 24 Jun 2011 22:18:22 +0000 (15:18 -0700)
src/or/circuitlist.c

index 8534c380754a8f22028cc5b6b7edcc4f40293681..e9cc9eb1f48b5d73ec5131d2f342f5f7bc433f79 100644 (file)
@@ -866,7 +866,7 @@ circuit_unlink_all_from_or_conn(or_connection_t *conn, int reason)
 }
 
 /** Return a circ such that:
- *  - circ-\>rend_data-\>query is equal to <b>rend_query</b>, and
+ *  - circ-\>rend_data-\>onion_address is equal to <b>rend_query</b>, and
  *  - circ-\>purpose is equal to <b>purpose</b>.
  *
  * Return NULL if no such circuit exists.