From: Robert Ransom Date: Wed, 18 May 2011 11:35:20 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.2.28-beta~8^2~5^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86aeb152cab3d0c9d5d8b301e5eb5e3afe497ea9;p=thirdparty%2Ftor.git Fix comment typo --- diff --git a/src/or/or.h b/src/or/or.h index 546c38a9a8..52da63a94d 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. */