Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 248A34866 for ; Wed, 8 Jun 2011 16:44:21 +0000 (UTC) Received: (qmail 65036 invoked by uid 500); 8 Jun 2011 16:44:21 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 65015 invoked by uid 500); 8 Jun 2011 16:44:21 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 65008 invoked by uid 99); 8 Jun 2011 16:44:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 16:44: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, 08 Jun 2011 16:44:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EC543238897D; Wed, 8 Jun 2011 16:43:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1133461 - /subversion/trunk/subversion/include/svn_delta.h Date: Wed, 08 Jun 2011 16:43:57 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110608164357.EC543238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: julianfoad Date: Wed Jun 8 16:43:57 2011 New Revision: 1133461 URL: http://svn.apache.org/viewvc?rev=1133461&view=rev Log: * subversion/include/svn_delta.h (svn_delta_editor_t): Update the doc string, following the rename of 'file_pool' to 'result_pool' in r1130285. Modified: subversion/trunk/subversion/include/svn_delta.h Modified: subversion/trunk/subversion/include/svn_delta.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_delta.h?rev=1133461&r1=1133460&r2=1133461&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_delta.h (original) +++ subversion/trunk/subversion/include/svn_delta.h Wed Jun 8 16:43:57 2011 @@ -934,12 +934,12 @@ typedef struct svn_delta_editor_t * by @c apply_textdelta and possibly @c close_file. * * @note Because the editor driver could be employing the "postfix - * deltas" paradigm, @a file_pool could potentially be relatively + * deltas" paradigm, @a result_pool could potentially be relatively * long-lived. Every file baton created by the editor for a given * editor drive might be resident in memory similtaneously. Editor * implementations should ideally keep their file batons as - * conservative (memory-usage-wise) as possible, and use @a file_pool - * only for those batons. (Consider using a subpool of @a file_pool + * conservative (memory-usage-wise) as possible, and use @a result_pool + * only for those batons. (Consider using a subpool of @a result_pool * for scratch work, destroying the subpool before exiting this * function's implementation.) */