expat.h: Fix comment typo (#187)
This commit is contained in:
parent
8bde051202
commit
41fe2b887e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user