summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-11-03 21:19:13 +0530
committerMohammed Sadiq <sadiq@sadiqpk.org>2018-11-03 21:19:13 +0530
commit0592632e5c41cca70e8af530e9e4e40d1711687b (patch)
tree796b791b829f4a13fb6fa922454c50b5953536e5
parentd459831c1b308c2095a1b73800e0238269d4106a (diff)
downloadlibxml2-wip/sadiq/fixes.tar.gz
reader: Fix documentation commentwip/sadiq/fixes
-rw-r--r--xmlreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlreader.c b/xmlreader.c
index df395347..47a8b813 100644
--- a/xmlreader.c
+++ b/xmlreader.c
@@ -3004,7 +3004,7 @@ xmlTextReaderAttributeCount(xmlTextReaderPtr reader) {
* Reference:
* http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNodeType.html
*
- * Returns the xmlNodeType of the current node or -1 in case of error
+ * Returns the xmlReaderTypes of the current node or -1 in case of error
*/
int
xmlTextReaderNodeType(xmlTextReaderPtr reader) {