summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao2016-07-06 09:59:17 +0000
committerFujii Masao2016-07-06 09:59:17 +0000
commit1109164913caf7fa64e75e0b9fa64f7ba5fe5753 (patch)
treef2cc984c037b854e1424ff9f1a0b97bdc379e20f
parent9c810a2edccaffe0ff48b50d31c47a155e4f9815 (diff)
Fix typo in comment.
Author: Masahiko Sawada
-rw-r--r--src/backend/utils/adt/jsonb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonb.c b/src/backend/utils/adt/jsonb.c
index 256ef80ecec..ab46823e818 100644
--- a/src/backend/utils/adt/jsonb.c
+++ b/src/backend/utils/adt/jsonb.c
@@ -1849,7 +1849,7 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS)
single_scalar = false;
/*
- * values can be anything, including structured and null, so we treate
+ * values can be anything, including structured and null, so we treat
* them as in json_agg_transfn, except that single scalars are always
* pushed as WJB_VALUE items.
*/