From 0b11a674fb11cc1571326c861ecdd7773d9e587f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 1 Apr 2018 15:01:28 -0400 Subject: Fix a boatload of typos in C comments. Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com --- src/backend/utils/adt/jsonfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/jsonfuncs.c') diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c index fa784516135..805a1a08940 100644 --- a/src/backend/utils/adt/jsonfuncs.c +++ b/src/backend/utils/adt/jsonfuncs.c @@ -1172,7 +1172,7 @@ get_object_field_end(void *state, char *fname, bool isnull) if (get_last && _state->result_start != NULL) { /* - * make a text object from the string from the prevously noted json + * make a text object from the string from the previously noted json * start up to the end of the previous token (the lexer is by now * ahead of us on whatever came after what we're interested in). */ -- cgit v1.2.3