From: Jeff Trawick Date: Thu, 21 Mar 2002 15:27:31 +0000 (+0000) Subject: fix a comment X-Git-Tag: 2.0.34~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca62366801f78c3bb60ac5704dcf59bb4edc9ef3;p=thirdparty%2Fapache%2Fhttpd.git 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 af27e83d238..96c3fe350c2 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) {