]> granicus.if.org Git - apache/commitdiff
fix some typos in comments
authorJeff Trawick <trawick@apache.org>
Mon, 16 May 2011 02:01:08 +0000 (02:01 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 May 2011 02:01:08 +0000 (02:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103593 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 3ef137c196288eed0d4365c375ccb6734e7a39cc..db00d7a7db8e8e6403c0b09ac86e1e2ac51a8b96 100644 (file)
@@ -48,7 +48,7 @@
 #endif 
 
 /*
- * The Windoes MPM uses a queue of completion contexts that it passes
+ * The Windows MPM uses a queue of completion contexts that it passes
  * between the accept threads and the worker threads. Declare the
  * functions to access the queue and the structures passed on the
  * queue in the header file to enable modules to access them
@@ -568,7 +568,7 @@ reinit: /* target of data or connect upon too many AcceptEx failures */
             if (context->accept_socket != INVALID_SOCKET)
                 closesocket(context->accept_socket);
 
-            /* This could be a persistant event per-listener rather than
+            /* This could be a persistent event per-listener rather than
              * per-accept.  However, the event needs to be removed from
              * the target socket if not removed from the listen socket
              * prior to accept(), or the event select is inherited.
@@ -1096,7 +1096,7 @@ void child_main(apr_pool_t *pconf)
         apr_socket_close(lr->sd);
     }
 
-    /* Shutdown listener threads and pending AcceptEx socksts
+    /* Shutdown listener threads and pending AcceptEx sockets
      * but allow the worker threads to continue consuming from
      * the queue of accepted connections.
      */
@@ -1142,7 +1142,7 @@ void child_main(apr_pool_t *pconf)
     }
     apr_thread_mutex_unlock(qlock);
 
-    /* Give busy threads a chance to service their connections,
+    /* Give busy threads a chance to service their connections
      * (no more than the global server timeout period which 
      * we track in msec remaining).
      */