Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 96018 invoked from network); 28 Mar 2009 17:40:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2009 17:40:48 -0000 Received: (qmail 51659 invoked by uid 500); 28 Mar 2009 17:40:48 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 51609 invoked by uid 500); 28 Mar 2009 17:40:48 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: List-Id: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 51600 invoked by uid 99); 28 Mar 2009 17:40:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 17:40:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 28 Mar 2009 17:40:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ED7242388979; Sat, 28 Mar 2009 17:40:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r759517 - /xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp Date: Sat, 28 Mar 2009 17:40:25 -0000 To: xalan-cvs@xml.apache.org From: dbertoni@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090328174025.ED7242388979@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dbertoni Date: Sat Mar 28 17:40:25 2009 New Revision: 759517 URL: http://svn.apache.org/viewvc?rev=759517&view=rev Log: Update a comment. Modified: xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp Modified: xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp?rev=759517&r1=759516&r2=759517&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp (original) +++ xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp Sat Mar 28 17:40:25 2009 @@ -114,8 +114,8 @@ * can be recognized if the parse fails. * * The liaison owns the XalanDocument instance, and will delete it when - * when asked (see DestroyDocument()), or when the liaison is reset, or - * goes out of scope. + * asked (see DestroyDocument()), or when the liaison is reset, or goes + * out of scope. * * This function is not reentrant, so you cannot call it again until * the current call exits. --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org