Fix typo in comment.

Daniel Gustafsson
This commit is contained in:
Heikki Linnakangas 2017-05-18 10:33:16 +03:00
parent 6bc710f6dc
commit edd8c79e69
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ makeJsonLexContext(text *json, bool need_escapes)
* Publicly visible entry point for the JSON parser.
*
* lex is a lexing context, set up for the json to be processed by calling
* makeJsonLexContext(). sem is a strucure of function pointers to semantic
* makeJsonLexContext(). sem is a structure of function pointers to semantic
* action routines to be called at appropriate spots during parsing, and a
* pointer to a state object to be passed to those routines.
*/