aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2025-04-30 13:40:46 +1200
committerDavid Rowley <drowley@postgresql.org>2025-04-30 13:40:46 +1200
commitd8555e522eca00f1b4b6cd0b75269b7176fb7931 (patch)
tree44f3cd923c1cad4c31b0e673a085afb3d0d75c13 /src/backend/utils/adt/jsonfuncs.c
parent810a8b1c8051d4e8822967a96f133692698386de (diff)
downloadpostgresql-d8555e522eca00f1b4b6cd0b75269b7176fb7931.tar.gz
postgresql-d8555e522eca00f1b4b6cd0b75269b7176fb7931.zip
Fix a couple of comment typos
Author: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://postgr.es/m/CAEG8a3+MRwDKc4YSFKKPKq7Y+vMufVC5u94wM5KZPB2CbgCxnQ@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
-rw-r--r--src/backend/utils/adt/jsonfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c
index 9f43b58dba5..eab102a2474 100644
--- a/src/backend/utils/adt/jsonfuncs.c
+++ b/src/backend/utils/adt/jsonfuncs.c
@@ -1723,7 +1723,7 @@ push_path(JsonbParseState **st, int level, Datum *path_elems,
{
/*
* tpath contains expected type of an empty jsonb created at each level
- * higher or equal than the current one, either jbvObject or jbvArray.
+ * higher or equal to the current one, either jbvObject or jbvArray.
* Since it contains only information about path slice from level to the
* end, the access index must be normalized by level.
*/