From: Heikki Linnakangas Date: Thu, 18 May 2017 07:33:16 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL9_4_13~87 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=440d7de0a6966b418592877dd93b9972bef44efe;p=postgresql.git Fix typo in comment. Daniel Gustafsson --- diff --git a/src/backend/utils/adt/json.c b/src/backend/utils/adt/json.c index 8e5b19320bf..7c3992661f5 100644 --- a/src/backend/utils/adt/json.c +++ b/src/backend/utils/adt/json.c @@ -315,7 +315,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. */