Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 91936 invoked from network); 13 Apr 2010 18:33:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 18:33:22 -0000 Received: (qmail 70092 invoked by uid 500); 13 Apr 2010 18:33:22 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 70048 invoked by uid 500); 13 Apr 2010 18:33: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 70041 invoked by uid 99); 13 Apr 2010 18:33:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 18:33:22 +0000 X-ASF-Spam-Status: No, hits=-1152.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 13 Apr 2010 18:33:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B890A2388980; Tue, 13 Apr 2010 18:33:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933737 - /apr/apr-util/branches/1.4.x/include/apr_hooks.h Date: Tue, 13 Apr 2010 18:33:01 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100413183301.B890A2388980@eris.apache.org> Author: trawick Date: Tue Apr 13 18:33:01 2010 New Revision: 933737 URL: http://svn.apache.org/viewvc?rev=933737&view=rev Log: merge r933735 from apr trunk: fix commentary for APR_HOOK_PROBE_COMPLETE() Modified: apr/apr-util/branches/1.4.x/include/apr_hooks.h Modified: apr/apr-util/branches/1.4.x/include/apr_hooks.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_hooks.h?rev=933737&r1=933736&r2=933737&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/include/apr_hooks.h (original) +++ apr/apr-util/branches/1.4.x/include/apr_hooks.h Tue Apr 13 18:33:01 2010 @@ -87,7 +87,7 @@ extern "C" { */ #define APR_HOOK_PROBE_INVOKE(ud,ns,name,src) /** - * User-defined hook probe macro that is invoked before calling a + * User-defined hook probe macro that is invoked after calling a * hook function. * @param ud A void * user data field that was filled in by the user- * provided APR_HOOK_PROBE_ENTRY().