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

index 42e6d9916ebfe20f91abf3473dfbba097b985f68..e79b42a27b71d9035b92bbf8f21ae9db9b42656b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cache.c,v 1.57.18.11 2006/01/26 23:07:49 marka Exp $ */
+/* $Id: cache.c,v 1.57.18.12 2006/05/04 02:20:37 marka Exp $ */
 
 /*! \file */
 
@@ -855,7 +855,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__,