aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-16 14:47:35 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-17 11:42:49 -0400
commit11f125ec78c345d502ca4087c1f18d37ec1bed17 (patch)
treee2319bddef64a66490020a728bb4ae469489d8d3 /src/core/or/connection_st.h
parentf64cf09eb2306ddb3afb8f92a08da3a4a94f333b (diff)
downloadtor-11f125ec78c345d502ca4087c1f18d37ec1bed17.tar.gz
tor-11f125ec78c345d502ca4087c1f18d37ec1bed17.zip
Clean up documentation for connection_t.address
Diffstat (limited to 'src/core/or/connection_st.h')
-rw-r--r--src/core/or/connection_st.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/connection_st.h b/src/core/or/connection_st.h
index 9968741ef5..9cc06d1ef3 100644
--- a/src/core/or/connection_st.h
+++ b/src/core/or/connection_st.h
@@ -161,7 +161,6 @@ struct connection_t {
*
* * An address we're trying to resolve (as an exit).
* * A unix address we're trying to bind to (as a listener).
- * * A canonical address for an OR connection.
**/
char *address;
/** Another connection that's connected to this one in lieu of a socket. */