]> granicus.if.org Git - apache/commitdiff
typo
authorIan Holsman <ianh@apache.org>
Fri, 2 Aug 2002 17:37:52 +0000 (17:37 +0000)
committerIan Holsman <ianh@apache.org>
Fri, 2 Aug 2002 17:37:52 +0000 (17:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96294 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/fdqueue.c

index b582929e15397843ccf7d74ee1635d6e40bc4a00..a6654a9202e31e0b7468d8be492c8e0902c829c9 100644 (file)
@@ -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)
 {