[libxml2] Fix an error in comment



commit 288bb6274f913cf962c63889f577f8a0241da1d8
Author: Daniel Veillard <veillard redhat com>
Date:   Mon May 7 15:01:29 2012 +0800

    Fix an error in comment
    
    nsWarn handler is not about parser fatal errors

 parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/parser.c b/parser.c
index 0770138..9619010 100644
--- a/parser.c
+++ b/parser.c
@@ -735,7 +735,7 @@ xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error,
  * @info1:  extra information string
  * @info2:  extra information string
  *
- * Handle a fatal parser error, i.e. violating Well-Formedness constraints
+ * Handle a namespace warning error
  */
 static void
 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]