reader: Fix documentation comment
diff --git a/xmlreader.c b/xmlreader.c index df39534..47a8b81 100644 --- a/xmlreader.c +++ b/xmlreader.c
@@ -3004,7 +3004,7 @@ * 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) {