From acea06c80c03b8be5168f87334f7fedb95ec6a9a Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 15 Dec 2000 21:06:00 +0000 Subject: [PATCH] spelling --- lib/dns/adb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/adb.c b/lib/dns/adb.c index d5788aba75..2486a42ac7 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.c,v 1.158 2000/11/11 02:14:25 gson Exp $ */ +/* $Id: adb.c,v 1.159 2000/12/15 21:06:00 gson Exp $ */ /* * Implementation notes @@ -2901,7 +2901,7 @@ dns_adb_dump(dns_adb_t *adb, FILE *f) { * Lock the adb itself, lock all the name buckets, then lock all * the entry buckets. This should put the adb into a state where * nothing can change, so we can iterate through everything and - * print at our leasure. + * print at our leisure. */ LOCK(&adb->lock);