Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 75215 invoked from network); 14 Jan 2004 01:03:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Jan 2004 01:03:09 -0000 Received: (qmail 34780 invoked by uid 500); 14 Jan 2004 01:02:53 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 34742 invoked by uid 500); 14 Jan 2004 01:02:53 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 34729 invoked from network); 14 Jan 2004 01:02:52 -0000 Date: 14 Jan 2004 01:03:07 -0000 Message-ID: <20040114010307.75170.qmail@minotaur.apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_lib.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N wrowe 2004/01/13 17:03:07 Modified: include Tag: APR_0_9_BRANCH apr_lib.h Log: Backport a comment to clarify a misunderstanding posted to dev@apr. Revision Changes Path No revision No revision 1.63.2.1 +1 -1 apr/include/apr_lib.h Index: apr_lib.h =================================================================== RCS file: /home/cvs/apr/include/apr_lib.h,v retrieving revision 1.63 retrieving revision 1.63.2.1 diff -u -r1.63 -r1.63.2.1 --- apr_lib.h 17 Apr 2003 17:31:55 -0000 1.63 +++ apr_lib.h 14 Jan 2004 01:03:07 -0000 1.63.2.1 @@ -195,7 +195,7 @@ * space at the unallocated end of a block, and doesn't actually * complete the allocation until apr_vformatter returns. apr_psprintf * would be completely broken if apr_vformatter were to call anything - * that used a apr_pool_t. Similarly http_bprintf() uses the "scratch" + * that used this same pool. Similarly http_bprintf() uses the "scratch" * space at the end of its output buffer, and doesn't actually note * that the space is in use until it either has to flush the buffer * or until apr_vformatter returns.