summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-08-02 19:37:52 +0200
committerIan Holsman <ianh@apache.org>2002-08-02 19:37:52 +0200
commitfada680320267c98e2b88b73deaac6fc73e46025 (patch)
treea6126069b778efb81877f9bcf8f1d5a67cc4a470 /server
parentrenamed upgrading.xml.en to upgrading.xml (diff)
downloadapache2-fada680320267c98e2b88b73deaac6fc73e46025.tar.xz
apache2-fada680320267c98e2b88b73deaac6fc73e46025.zip
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/worker/fdqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/worker/fdqueue.c b/server/mpm/worker/fdqueue.c
index b582929e15..a6654a9202 100644
--- a/server/mpm/worker/fdqueue.c
+++ b/server/mpm/worker/fdqueue.c
@@ -251,7 +251,7 @@ apr_status_t ap_queue_init(fd_queue_t *queue, int queue_capacity, apr_pool_t *a)
/**
* Push a new socket onto the queue. Blocks if the queue is full. Once
* the push operation has completed, it signals other threads waiting
- * in apr_queue_pop() that they may continue consuming sockets.
+ * in ap_queue_pop() that they may continue consuming sockets.
*/
apr_status_t ap_queue_push(fd_queue_t *queue, apr_socket_t *sd, apr_pool_t *p)
{