aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-05-11 15:38:55 +0900
committerMichael Paquier <michael@paquier.xyz>2022-05-11 15:38:55 +0900
commit45edde037efc6ec76714e0be7309b348fe34351e (patch)
tree206708c6d10e713e4325b4f3954a1c0187cc4474 /src/backend/executor/execGrouping.c
parent0d3431497dbe91ba1e428ace4e9537c109eaff07 (diff)
downloadpostgresql-45edde037efc6ec76714e0be7309b348fe34351e.tar.gz
postgresql-45edde037efc6ec76714e0be7309b348fe34351e.zip
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
Diffstat (limited to 'src/backend/executor/execGrouping.c')
-rw-r--r--src/backend/executor/execGrouping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execGrouping.c b/src/backend/executor/execGrouping.c
index 5da4b375300..0cc54a3449e 100644
--- a/src/backend/executor/execGrouping.c
+++ b/src/backend/executor/execGrouping.c
@@ -246,7 +246,7 @@ BuildTupleHashTableExt(PlanState *parent,
}
/*
- * BuildTupleHashTable is a backwards-compatibilty wrapper for
+ * BuildTupleHashTable is a backwards-compatibility wrapper for
* BuildTupleHashTableExt(), that allocates the hashtable's metadata in
* tablecxt. Note that hashtables created this way cannot be reset leak-free
* with ResetTupleHashTable().