# HG changeset patch # User Mohammed Sadiq <sadiq@sadiqpk.org> # Date 1541260153 -19800 # Sat Nov 03 21:19:13 2018 +0530 # Node ID 69007011f857740b53ce4072c9b8ec202f6e83f3 # Parent 02c64a75ec973337f6de04c9658a5648afe96ca7 reader: Fix documentation comment diff --git a/xmlreader.c b/xmlreader.c --- 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) {