]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
comment: cleanng -> cleaning
authorMark Andrews <marka@isc.org>
Thu, 4 May 2006 02:21:46 +0000 (02:21 +0000)
committerMark Andrews <marka@isc.org>
Thu, 4 May 2006 02:21:46 +0000 (02:21 +0000)
lib/dns/cache.c

index 8dc11b3a3baa18f97d5c2b9d3d497b7fabbd4903..02a26ec4c5c4ca56ae2cbc038c18b7ebd2f52840 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cache.c,v 1.45.2.4.8.13 2006/02/28 06:32:54 marka Exp $ */
+/* $Id: cache.c,v 1.45.2.4.8.14 2006/05/04 02:21:46 marka Exp $ */
 
 #include <config.h>
 
@@ -787,7 +787,7 @@ incremental_cleaning_action(isc_task_t *task, isc_event_t *event) {
                         * Either the end was reached (ISC_R_NOMORE) or
                         * some error was signaled.  If the cache is still
                         * overmem and no error was encountered,
-                        * keep trying to clean it, otherwise stop cleanng.
+                        * keep trying to clean it, otherwise stop cleaning.
                         */
                        if (result != ISC_R_NOMORE)
                                UNEXPECTED_ERROR(__FILE__, __LINE__,