From d358eea93ef0e6a70b6f43b06b3ad24f79f69cd1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 7 Jun 2001 18:31:54 +0000 Subject: [PATCH] megabytes is abbreviated MB, not mb --- 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 9b676074d3..a903f3d04e 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.40 2001/06/05 22:27:51 tale Exp $ */ +/* $Id: cache.c,v 1.41 2001/06/07 18:31:54 gson Exp $ */ #include @@ -42,7 +42,7 @@ * CLEANERINCREMENT is how many nodes are examined in one pass. * CLEANERINTERVAL is the minimum amount of time between passes. */ -#define DNS_CACHE_MINSIZE 2097152 /* Bytes. 2097152 = 2mb */ +#define DNS_CACHE_MINSIZE 2097152 /* Bytes. 2097152 = 2 MB */ #define DNS_CACHE_CLEANERINCREMENT 100 /* Number of nodes. */ #define DNS_CACHE_CLEANERINTERVAL 6 /* Seconds. */