]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Wed, 18 May 2011 11:35:20 +0000 (04:35 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Fri, 20 May 2011 15:25:42 +0000 (08:25 -0700)
src/or/or.h

index 546c38a9a84bf2317e4bf0ee0f6cc9078fe2877b..52da63a94d52a3c439cbf7ea41108f399cee22ba 100644 (file)
@@ -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. */