git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96294
13f79535-47bb-0310-9956-
ffa450edef68
/**
* 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)
{