]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 May 2017 07:33:16 +0000 (10:33 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 May 2017 07:33:46 +0000 (10:33 +0300)
Daniel Gustafsson

src/backend/utils/adt/json.c

index f7044186035a3352652c57d189ec719ebbf48f6a..c73044b806da19296da331b60467a5bb0e214086 100644 (file)
@@ -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.
  */