Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ApgLib/Apg.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ seriously impacts the parser's performance and forces the inclusion of the IO li
When this macro is not defined, the tracing code is not compiled or included in the library, resulting in not
only better preformance but a significanly smaller footprint.

For simialar reasons, _APG_CFG_STATS must be defined to enable the collection of parsing statistics.
For similar reasons, _APG_CFG_STATS must be defined to enable the collection of parsing statistics.
Statistics collection can be vitally important when optimizing a parser, especially through the use of UDTs,
but usually serves no purpose in a release or production version.
*/
Expand Down Expand Up @@ -610,7 +610,7 @@ typedef struct{
APG_STAT sTotal; /**< node stats for the total of all of the above nodes*/
} APG_PARSER_STATS;

// parser constructor/desctructor
// parser constructor/destructor
void* vpParserCtor(void* vpParserInit, PFN_ALERT pfnAlertHandler);
void vParserDtor(void* vpCtx);

Expand Down