aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-05-18 10:33:16 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-05-18 10:33:16 +0300
commit2df537e43fdc432cccbe64de166ac97363cbca3c (patch)
tree262d86dc0e217fdf24b46f68b27630bf715ee4a0 /src/backend/utils/adt/json.c
parent157239d2cdad8fdc19afc13269c852dbddbe290b (diff)
downloadpostgresql-2df537e43fdc432cccbe64de166ac97363cbca3c.tar.gz
postgresql-2df537e43fdc432cccbe64de166ac97363cbca3c.zip
Fix typo in comment.
Daniel Gustafsson
Diffstat (limited to 'src/backend/utils/adt/json.c')
-rw-r--r--src/backend/utils/adt/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/json.c b/src/backend/utils/adt/json.c
index 0c6572d03ed..47371ab7cb0 100644
--- a/src/backend/utils/adt/json.c
+++ b/src/backend/utils/adt/json.c
@@ -323,7 +323,7 @@ makeJsonLexContextCstringLen(char *json, int len, 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.
*/