Skip to content
Snippets Groups Projects
Commit edd8c79e authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo in comment.

Daniel Gustafsson
parent 6bc710f6
No related branches found
Tags
No related merge requests found
...@@ -301,7 +301,7 @@ makeJsonLexContext(text *json, bool need_escapes) ...@@ -301,7 +301,7 @@ makeJsonLexContext(text *json, bool need_escapes)
* Publicly visible entry point for the JSON parser. * Publicly visible entry point for the JSON parser.
* *
* lex is a lexing context, set up for the json to be processed by calling * 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 * action routines to be called at appropriate spots during parsing, and a
* pointer to a state object to be passed to those routines. * pointer to a state object to be passed to those routines.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment