]> granicus.if.org Git - libexpat/commitdiff
Improve comment
authorJames Clark <jjc@jclark.com>
Wed, 17 Jun 1998 10:45:12 +0000 (10:45 +0000)
committerJames Clark <jjc@jclark.com>
Wed, 17 Jun 1998 10:45:12 +0000 (10:45 +0000)
expat/xmlparse/xmlparse.h

index ce00d502574670ae6823996e2986b0274819ea8c..556688de418d0054d4cb0833c8f50337d10764d5 100755 (executable)
@@ -41,8 +41,8 @@ typedef wchar_t XML_Char;
 typedef char XML_Char;
 #endif
 
-/* Constructs a new parser; encoding is the externally specified encoding,
-or null if there is no externally specified encoding. */
+/* Constructs a new parser; encoding is the encoding specified by the external
+protocol or null if there is none specified. */
 
 XML_Parser XMLPARSEAPI
 XML_ParserCreate(const XML_Char *encoding);