Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 709167EC1 for ; Thu, 17 Nov 2011 22:45:33 +0000 (UTC) Received: (qmail 30563 invoked by uid 500); 17 Nov 2011 22:45:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30482 invoked by uid 500); 17 Nov 2011 22:45:32 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 30475 invoked by uid 99); 17 Nov 2011 22:45:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 22:45:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 22:45:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 22FB32388A02; Thu, 17 Nov 2011 22:45:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1203400 - /httpd/httpd/trunk/server/mpm/event/fdqueue.c Date: Thu, 17 Nov 2011 22:45:11 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111117224511.22FB32388A02@eris.apache.org> Author: trawick Date: Thu Nov 17 22:45:10 2011 New Revision: 1203400 URL: http://svn.apache.org/viewvc?rev=1203400&view=rev Log: silly indentation fix Modified: httpd/httpd/trunk/server/mpm/event/fdqueue.c Modified: httpd/httpd/trunk/server/mpm/event/fdqueue.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/fdqueue.c?rev=1203400&r1=1203399&r2=1203400&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm/event/fdqueue.c (original) +++ httpd/httpd/trunk/server/mpm/event/fdqueue.c Thu Nov 17 22:45:10 2011 @@ -26,7 +26,7 @@ typedef struct recycled_pool struct fd_queue_info_t { apr_int32_t idlers; /** - * 0 or positive: number of idle worker threads + * 0 or positive: number of idle worker threads * negative: number of threads blocked waiting * for an idle worker */