From b1e91bee5b4b48d17c4b92bcbd0aee0831e5ae59 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 13 Oct 2003 00:41:22 +0000 Subject: [PATCH] three -> two --- lib/dns/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/cache.c b/lib/dns/cache.c index f3efd801fc..0857cb53e4 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cache.c,v 1.45.2.4.8.2 2003/09/11 00:18:04 marka Exp $ */ +/* $Id: cache.c,v 1.45.2.4.8.3 2003/10/13 00:41:22 marka Exp $ */ #include @@ -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. */