Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0499E11069 for ; Tue, 13 May 2014 21:17:30 +0000 (UTC) Received: (qmail 31494 invoked by uid 500); 13 May 2014 19:28:09 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 31298 invoked by uid 500); 13 May 2014 19:28:09 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 31283 invoked by uid 99); 13 May 2014 19:28:09 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 19:28:09 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mike.rumph@oracle.com designates 141.146.126.69 as permitted sender) Received: from [141.146.126.69] (HELO aserp1040.oracle.com) (141.146.126.69) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 19:28:00 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s4DJRZxS014293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 13 May 2014 19:27:36 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s4DJRY54018563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 May 2014 19:27:35 GMT Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s4DJRXAH022227; Tue, 13 May 2014 19:27:33 GMT Received: from [10.132.185.73] (/10.132.185.73) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 13 May 2014 12:27:33 -0700 Message-ID: <53727224.5030105@oracle.com> Date: Tue, 13 May 2014 12:27:32 -0700 From: Mike Rumph Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: dev@httpd.apache.org, dev@apr.apache.org Subject: Re: svn commit: r1594301 - in /httpd/httpd/trunk/server/mpm: event/event.c eventopt/eventopt.c worker/worker.c References: <20140513175039.8E4F42388999@eris.apache.org> In-Reply-To: <20140513175039.8E4F42388999@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Virus-Checked: Checked by ClamAV on apache.org s/appropiate/appropriate/ This could also be fixed in APR, if someone with APR commit access has a few idle minutes. Thanks, Mike Rumph On 5/13/2014 10:50 AM, mrumph@apache.org wrote: > Author: mrumph > Date: Tue May 13 17:50:39 2014 > New Revision: 1594301 > > URL: http://svn.apache.org/r1594301 > Log: > Fix some comment typos > > Modified: > httpd/httpd/trunk/server/mpm/event/event.c > httpd/httpd/trunk/server/mpm/eventopt/eventopt.c > httpd/httpd/trunk/server/mpm/worker/worker.c > > Modified: httpd/httpd/trunk/server/mpm/event/event.c > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1594301&r1=1594300&r2=1594301&view=diff > ============================================================================== > --- httpd/httpd/trunk/server/mpm/event/event.c (original) > +++ httpd/httpd/trunk/server/mpm/event/event.c Tue May 13 17:50:39 2014 > @@ -664,7 +664,7 @@ static apr_status_t decrement_connection > * Previously this was initiated in sig_term() and restart() signal handlers, > * but we want to be able to start a shutdown/restart from other sources -- > * e.g. on Win32, from the service manager. Now the service manager can > - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that > + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that > * these functions can also be called by the child processes, since global > * variables are no longer used to pass on the required action to the parent. > * > > Modified: httpd/httpd/trunk/server/mpm/eventopt/eventopt.c > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/eventopt/eventopt.c?rev=1594301&r1=1594300&r2=1594301&view=diff > ============================================================================== > --- httpd/httpd/trunk/server/mpm/eventopt/eventopt.c (original) > +++ httpd/httpd/trunk/server/mpm/eventopt/eventopt.c Tue May 13 17:50:39 2014 > @@ -651,7 +651,7 @@ static apr_status_t decrement_connection > * Previously this was initiated in sig_term() and restart() signal handlers, > * but we want to be able to start a shutdown/restart from other sources -- > * e.g. on Win32, from the service manager. Now the service manager can > - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that > + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that > * these functions can also be called by the child processes, since global > * variables are no longer used to pass on the required action to the parent. > * > > Modified: httpd/httpd/trunk/server/mpm/worker/worker.c > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/worker/worker.c?rev=1594301&r1=1594300&r2=1594301&view=diff > ============================================================================== > --- httpd/httpd/trunk/server/mpm/worker/worker.c (original) > +++ httpd/httpd/trunk/server/mpm/worker/worker.c Tue May 13 17:50:39 2014 > @@ -457,7 +457,7 @@ static int volatile restart_pending; > * Previously this was initiated in sig_term() and restart() signal handlers, > * but we want to be able to start a shutdown/restart from other sources -- > * e.g. on Win32, from the service manager. Now the service manager can > - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that > + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that > * these functions can also be called by the child processes, since global > * variables are no longer used to pass on the required action to the parent. > * > > > >