Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbf7177

Browse files
committed
Fix typo in comment.
Daniel Gustafsson
1 parent bee9e86 commit dbf7177

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
@@ -323,7 +323,7 @@ makeJsonLexContextCstringLen(char *json, int len, bool need_escapes)
323323
* Publicly visible entry point for the JSON parser.
324324
*
325325
* lex is a lexing context, set up for the json to be processed by calling
326-
* makeJsonLexContext(). sem is a strucure of function pointers to semantic
326+
* makeJsonLexContext(). sem is a structure of function pointers to semantic
327327
* action routines to be called at appropriate spots during parsing, and a
328328
* pointer to a state object to be passed to those routines.
329329
*/

0 commit comments

Comments
 (0)