summaryrefslogtreecommitdiff
path: root/xmlIO.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-03 20:52:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-03 20:52:44 +0000
commitf060a418aed8b6a9bcddd6b969e1d4549781ad17 (patch)
tree694d9681e0a8fe4f266e843496531590e20cdd2b /xmlIO.c
parent45cff696cf88190779888145617e278227035ce1 (diff)
downloadlibxml2-f060a418aed8b6a9bcddd6b969e1d4549781ad17.tar.gz
fixed xmlParserInputBufferCreateMem doc Daniel
* xmlIO.c: fixed xmlParserInputBufferCreateMem doc Daniel
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlIO.c b/xmlIO.c
index 3a8fcf2d..e2fff08b 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -1095,7 +1095,7 @@ xmlParserInputBufferCreateFd(int fd, xmlCharEncoding enc) {
* @enc: the charset encoding if known
*
* Create a buffered parser input for the progressive parsing for the input
- * from a file descriptor
+ * from a memory area.
*
* Returns the new parser input or NULL
*/