diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-05-18 10:33:16 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-05-18 10:34:04 +0300 |
commit | edd8c79e697850d94af1576f14a4f2352cd1634c (patch) | |
tree | e7e6af6fbc64056b7e9b77b281df5dc10fe22e43 /src | |
parent | 6bc710f6dcceabc0c670882fc90fafdacfdf5b67 (diff) |
Fix typo in comment.
Daniel Gustafsson
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/adt/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/json.c b/src/backend/utils/adt/json.c index 6a53f6a6417..f47ccd066e6 100644 --- a/src/backend/utils/adt/json.c +++ b/src/backend/utils/adt/json.c @@ -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. */ |