aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-05-18 04:35:20 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-05-20 08:25:42 -0700
commit86aeb152cab3d0c9d5d8b301e5eb5e3afe497ea9 (patch)
tree7dc08734b1416f5057b7f36d316d55dbce73bac2 /src/or/or.h
parent36afdebe1ac08fe02c938a73270bd2f11999d677 (diff)
downloadtor-86aeb152cab3d0c9d5d8b301e5eb5e3afe497ea9.tar
tor-86aeb152cab3d0c9d5d8b301e5eb5e3afe497ea9.tar.gz
Fix comment typo
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 546c38a9a..52da63a94 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1009,7 +1009,7 @@ typedef struct connection_t {
/* XXXX023 move this field, and all the listener-only fields (just
socket_family, I think), into a new listener_connection_t subtype. */
/** If the connection is a CONN_TYPE_AP_DNS_LISTENER, this field points
- * to the evdns_server_port is uses to listen to and answer connections. */
+ * to the evdns_server_port it uses to listen to and answer connections. */
struct evdns_server_port *dns_server_port;
/** Unique ID for measuring tunneled network status requests. */