From: Jeff Trawick Date: Thu, 21 Mar 2002 15:27:31 +0000 (+0000) Subject: fix a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92d6a46ac72327129bc1aea9d9bc7d908e6f2598;p=apache fix a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94088 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/fdqueue.c b/server/mpm/worker/fdqueue.c index af27e83d23..96c3fe350c 100644 --- a/server/mpm/worker/fdqueue.c +++ b/server/mpm/worker/fdqueue.c @@ -72,7 +72,7 @@ /** * Callback routine that is called to destroy this - * fd_queue_t when it's pool is destroyed. + * fd_queue_t when its pool is destroyed. */ static apr_status_t ap_queue_destroy(void *data) {