patch from Alex Khesin fixing CDATA output after a text node. fixed the

* xmlwriter.c: patch from Alex Khesin fixing CDATA output after
  a text node.
* parser.c: fixed the comment for xmlParserCleanup
* globals.c: fixed indentation
Daniel

svn path=/trunk/; revision=3699
diff --git a/parser.c b/parser.c
index f5d9665..0d27e87 100644
--- a/parser.c
+++ b/parser.c
@@ -12956,7 +12956,7 @@
  * It doesn't deallocate any document related memory. Calling this
  * function should not prevent reusing the library but one should
  * call xmlCleanupParser() only when the process has
- * finished using the library or XML document built with it.
+ * finished using the library and all XML document built with it.
  */
 
 void