expat.h: Fix comment typo (#187)

This commit is contained in:
Sebastian Pipping 2018-02-01 21:19:44 +01:00
parent 8bde051202
commit 41fe2b887e
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Release 2.2.? ???????????????????
install directories
#180 Windows: Fix compilation of test suite for Visual Studio 2008
#131 #173 Address compiler warnings
#187 Fix comment typo in expat.h
Special thanks to:
Brad King
@ -27,6 +28,7 @@ Release 2.2.? ???????????????????
Joe Orton
Pedro Vicente
Rainer Jung
Rolf Ade
Rolf Eike Beer
Tomasz Kłoczko

View File

@ -264,7 +264,7 @@ XML_ParserCreate_MM(const XML_Char *encoding,
const XML_Char *namespaceSeparator);
/* Prepare a parser object to be re-used. This is particularly
valuable when memory allocation overhead is disproportionatly high,
valuable when memory allocation overhead is disproportionately high,
such as when a large number of small documnents need to be parsed.
All handlers are cleared from the parser, except for the
unknownEncodingHandler. The parser's external state is re-initialized