tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on


Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>

	* tree.c fix misc. typos in doc comments
	* include/libxml/tree.h elaborate on macro define doc
diff --git a/ChangeLog b/ChangeLog
index e73ef2e..c99756d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
+
+	* tree.c fix misc. typos in doc comments
+	* include/libxml/tree.h elaborate on macro define doc
+	comments
+	* doc/* rebuild docs
+
 Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
 
 	* doc/examples/*: don't call the result files .out but .res as
diff --git a/include/libxml/tree.h b/include/libxml/tree.h
index caeaf13..73d8735 100644
--- a/include/libxml/tree.h
+++ b/include/libxml/tree.h
@@ -520,7 +520,8 @@
 /**
  * xmlChildrenNode:
  *
- * Macro for compatibility naming layer with libxml1.
+ * Macro for compatibility naming layer with libxml1. Maps
+ * to "children."
  */
 #ifndef xmlChildrenNode
 #define xmlChildrenNode children
@@ -529,7 +530,8 @@
 /**
  * xmlRootNode:
  *
- * Macro for compatibility naming layer with libxml1.
+ * Macro for compatibility naming layer with libxml1. Maps 
+ * to "children".
  */
 #ifndef xmlRootNode
 #define xmlRootNode children
diff --git a/tree.c b/tree.c
index 3d01025..c232960 100644
--- a/tree.c
+++ b/tree.c
@@ -6433,8 +6433,8 @@
  * @mem: the memory area
  * @size:  the size in byte
  *
- * routine to create an XML buffer from an immutable memory area,
- * The are won't be modified nor copied, and is expected to be
+ * routine to create an XML buffer from an immutable memory area.
+ * The area won't be modified nor copied, and is expected to be
  * present until the end of the buffer lifetime.
  *
  * returns the new structure.