diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 5ae2c00737..3cd7fd7d53 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -882,7 +882,7 @@ typedef struct connection_t { /** Annother connection that's connected to this one in lieu of a socket. */ struct connection_t *linked_conn; - /* XXXX020 move this into a subtype!!! */ + /* XXXX021 move this into a subtype. */ struct evdns_server_port *dns_server_port; } connection_t; |