]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorAndreas Gustafsson <source@isc.org>
Fri, 15 Dec 2000 21:06:00 +0000 (21:06 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 15 Dec 2000 21:06:00 +0000 (21:06 +0000)
lib/dns/adb.c

index d5788aba753085ef79cf87e06735a3187c75295b..2486a42ac736914c4c0db556fd930f7052f725bf 100644 (file)
@@ -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);