From f95f8c9603fd0cb02fbc4c2182f9a05d9036446a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 16 Feb 2012 15:25:59 -0500 Subject: [PATCH] Correct comment. --- proxy.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proxy.rkt b/proxy.rkt index cfb0ec8..67c0ac5 100644 --- a/proxy.rkt +++ b/proxy.rkt @@ -18,8 +18,7 @@ (require "os-dns.rkt") ;; Instantiated with a collection of trusted roots to begin its -;; searches from. Performs recursive queries. Caches in the stupidest -;; possible way. +;; searches from. Performs recursive queries. ;; For discarding retransmitted requests that we're still working on. (struct active-request (source id) #:transparent)