]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed extraneous space
authorAndreas Gustafsson <source@isc.org>
Thu, 29 Mar 2001 04:23:51 +0000 (04:23 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 29 Mar 2001 04:23:51 +0000 (04:23 +0000)
bin/named/main.c

index 362e2cfe9560e8e2735132b184d86faee93add46..42179b3f84c2d5b14d0c5d91f87c3e3b3caaff6e 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: main.c,v 1.106 2001/03/27 00:44:33 bwelling Exp $ */
+/* $Id: main.c,v 1.107 2001/03/29 04:23:51 gson Exp $ */
 
 #include <config.h>
 
@@ -430,7 +430,7 @@ destroy_managers(void) {
 
        isc_entropy_detach(&ns_g_entropy);
        /*
-        * isc_taskmgr_destroy() will  block until all tasks have exited,
+        * isc_taskmgr_destroy() will block until all tasks have exited,
         */
        isc_taskmgr_destroy(&ns_g_taskmgr);
        isc_timermgr_destroy(&ns_g_timermgr);