diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-03 20:52:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-03 20:52:44 +0000 |
commit | f060a418aed8b6a9bcddd6b969e1d4549781ad17 (patch) | |
tree | 694d9681e0a8fe4f266e843496531590e20cdd2b /xmlIO.c | |
parent | 45cff696cf88190779888145617e278227035ce1 (diff) | |
download | libxml2-f060a418aed8b6a9bcddd6b969e1d4549781ad17.tar.gz |
fixed xmlParserInputBufferCreateMem doc Daniel
* xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Daniel
Diffstat (limited to 'xmlIO.c')
-rw-r--r-- | xmlIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |