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/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.