projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157239d
)
Fix typo in comment.
author
Heikki Linnakangas
<
[email protected]
>
Thu, 18 May 2017 07:33:16 +0000
(10:33 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Thu, 18 May 2017 07:33:16 +0000
(10:33 +0300)
Daniel Gustafsson
src/backend/utils/adt/json.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/json.c
b/src/backend/utils/adt/json.c
index 0c6572d03ed560f4e3095c30bb4aa7e1eddf8630..47371ab7cb0f042167b02474ebdcc21f1ab2dbc2 100644
(file)
--- 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 struc
t
ure 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.
*/