From 2bccced110025f48bf426a8a9d7f627ef3663fcd Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 17 Mar 2014 20:47:28 +0900 Subject: Fix typos in comments. Thom Brown --- src/backend/utils/adt/json.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/json.c') diff --git a/src/backend/utils/adt/json.c b/src/backend/utils/adt/json.c index f170661d721..97a0e9f211e 100644 --- a/src/backend/utils/adt/json.c +++ b/src/backend/utils/adt/json.c @@ -395,7 +395,7 @@ parse_object(JsonLexContext *lex, JsonSemAction *sem) (*ostart) (sem->semstate); /* - * Data inside an object at at a higher nesting level than the object + * Data inside an object is at a higher nesting level than the object * itself. Note that we increment this after we call the semantic routine * for the object start and restore it before we call the routine for the * object end. @@ -473,7 +473,7 @@ parse_array(JsonLexContext *lex, JsonSemAction *sem) (*astart) (sem->semstate); /* - * Data inside an array at at a higher nesting level than the array + * Data inside an array is at a higher nesting level than the array * itself. Note that we increment this after we call the semantic routine * for the array start and restore it before we call the routine for the * array end. -- cgit v1.2.3