diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
commit | 45edde037efc6ec76714e0be7309b348fe34351e (patch) | |
tree | 206708c6d10e713e4325b4f3954a1c0187cc4474 /src/backend/executor/execGrouping.c | |
parent | 0d3431497dbe91ba1e428ace4e9537c109eaff07 (diff) | |
download | postgresql-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.c | 2 |
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(). |