From afe52d31242a2d71f23d6bf7f8f82b476bcd6ccc Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 21 Nov 2009 17:25:17 +0000 Subject: [PATCH] fix typo in AcceptFilter-related comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882944 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 6ac061ed9c..5aa7c6ebed 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -430,7 +430,7 @@ reinit: /* target of data or connect upon too many AcceptEx failures */ * 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); -- 2.40.0