Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED941EB3A for ; Wed, 23 Jan 2013 18:11:22 +0000 (UTC) Received: (qmail 18575 invoked by uid 500); 23 Jan 2013 18:11:22 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 18489 invoked by uid 500); 23 Jan 2013 18:11:22 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 18365 invoked by uid 99); 23 Jan 2013 18:11:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 18:11:21 +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; Wed, 23 Jan 2013 18:10:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C7A5C23889E1; Wed, 23 Jan 2013 18:10:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1437607 - /apr/apr/trunk/poll/unix/z_asio.c Date: Wed, 23 Jan 2013 18:10:30 -0000 To: commits@apr.apache.org From: gregames@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130123181030.C7A5C23889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gregames Date: Wed Jan 23 18:10:30 2013 New Revision: 1437607 URL: http://svn.apache.org/viewvc?rev=1437607&view=rev Log: no functional change, just flesh out the comment Modified: apr/apr/trunk/poll/unix/z_asio.c Modified: apr/apr/trunk/poll/unix/z_asio.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/poll/unix/z_asio.c?rev=1437607&r1=1437606&r2=1437607&view=diff ============================================================================== --- apr/apr/trunk/poll/unix/z_asio.c (original) +++ apr/apr/trunk/poll/unix/z_asio.c Wed Jan 23 18:10:30 2013 @@ -511,7 +511,7 @@ static apr_status_t asio_pollset_remove( cancel_a.aio_cflags2 = 0; /* we want the original aiocb to show up on the pollset message queue - * to eliminate race conditions + * before recycling its memory to eliminate race conditions */ rv = asyncio(&cancel_a);