svn commit: r759517 - /xalan/c/trunk/src/xalanc/XMLSupport/XMLParserLiaison.hpp

[email protected] Sat, 28 Mar 2009 17:40:25 -0000
Newsgroups gmane.text.xml.xalan.cvs
Message-ID <[email protected]>
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.