You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/11/21 18:25:18 UTC

svn commit: r882944 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: trawick
Date: Sat Nov 21 17:25:17 2009
New Revision: 882944

URL: http://svn.apache.org/viewvc?rev=882944&view=rev
Log:
fix typo in AcceptFilter-related comment

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?rev=882944&r1=882943&r2=882944&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Sat Nov 21 17:25:17 2009
@@ -430,7 +430,7 @@
                      * 2) there is VPN or Firewall software installed with 
                      *    buggy WSAAccept or WSADuplicateSocket implementation
                      * 3) the dynamic address / adapter has changed
-                     * Give five chances, then fall back on AcceptMutex 'none'
+                     * Give five chances, then fall back on AcceptFilter 'none'
                      */
                     if (accf == 2)
                         apr_bucket_free(buf);