mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Fix typo in comment.
Daniel Gustafsson
This commit is contained in:
parent
ff0e305122
commit
440d7de0a6
@ -315,7 +315,7 @@ makeJsonLexContextCstringLen(char *json, int len, 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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user