From: Mark Andrews Date: Mon, 13 Oct 2003 00:40:29 +0000 (+0000) Subject: three -> two X-Git-Tag: v9.2.4rc1~111^2~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d88e1c30a4d4232a1a0520ad0d498b40a40cafd2;p=thirdparty%2Fbind9.git three -> two --- diff --git a/lib/dns/cache.c b/lib/dns/cache.c index 7870336e0eb..d7406ae56c2 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.54 2003/09/30 05:56:10 marka Exp $ */ +/* $Id: cache.c,v 1.55 2003/10/13 00:40:29 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. */