8000 Fix typo in comment. · dinesh372/postgres@edd8c79 · GitHub
[go: up one dir, main page]

Skip to content

Commit edd8c79

Browse files
committed
Fix typo in comment.
Daniel Gustafsson
1 parent 6bc710f commit edd8c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ makeJsonLexContext(text *json, bool need_escapes)
301301
* Publicly visible entry point for the JSON parser.
302302
*
303303
* lex is a lexing context, set up for the json to be processed by calling
304-
* makeJsonLexContext(). sem is a strucure of function pointers to semantic
304+
* makeJsonLexContext(). sem is a structure of function pointers to semantic
305305
* action routines to be called at appropriate spots during parsing, and a
306306
* pointer to a state object to be passed to those routines.
307307
*/

0 commit comments

Comments
 (0)
0