From 0592632e5c41cca70e8af530e9e4e40d1711687b Mon Sep 17 00:00:00 2001 From: Mohammed Sadiq Date: Sat, 3 Nov 2018 21:19:13 +0530 Subject: [PATCH] reader: Fix documentation comment --- xmlreader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- GitLab