]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
three -> two
authorMark Andrews <marka@isc.org>
Mon, 13 Oct 2003 00:40:29 +0000 (00:40 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 Oct 2003 00:40:29 +0000 (00:40 +0000)
lib/dns/cache.c

index 7870336e0ebccbd2c4671b2b2785a74ce53a957a..d7406ae56c2096a42c87dcec6589b931935c14e4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cache.c,v 1.54 2003/09/30 05:56:10 marka Exp $ */
+/* $Id: cache.c,v 1.55 2003/10/13 00:40:29 marka Exp $ */
 
 #include <config.h>
 
@@ -40,7 +40,7 @@
 #define VALID_CACHE(cache)     ISC_MAGIC_VALID(cache, CACHE_MAGIC)
 
 /*
- * The following three variables control incremental cleaning.
+ * The following two variables control incremental cleaning.
  * MINSIZE is how many bytes is the floor for dns_cache_setcachesize().
  * CLEANERINCREMENT is how many nodes are examined in one pass.
  */