Correct comment.

This commit is contained in:
Tony Garnock-Jones 2012-02-16 15:25:59 -05:00
parent 8d715290ee
commit f95f8c9603
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@
(require "os-dns.rkt") (require "os-dns.rkt")
;; Instantiated with a collection of trusted roots to begin its ;; Instantiated with a collection of trusted roots to begin its
;; searches from. Performs recursive queries. Caches in the stupidest ;; searches from. Performs recursive queries.
;; possible way.
;; For discarding retransmitted requests that we're still working on. ;; For discarding retransmitted requests that we're still working on.
(struct active-request (source id) #:transparent) (struct active-request (source id) #:transparent)