summaryrefslogtreecommitdiff
path: root/src/include/executor/hashjoin.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-04-01 15:01:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-04-01 15:01:28 -0400
commit0b11a674fb11cc1571326c861ecdd7773d9e587f (patch)
tree6c8e921be982e9500ea72807036e9a9f94ab4517 /src/include/executor/hashjoin.h
parent686d399f2be6eea4b74d59cdadd427d09cb0e246 (diff)
Fix a boatload of typos in C comments.
Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com
Diffstat (limited to 'src/include/executor/hashjoin.h')
-rw-r--r--src/include/executor/hashjoin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 6fb2dc04f6f..a9f9872a78c 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -190,7 +190,7 @@ typedef struct ParallelHashJoinBatch
/*
* Each backend requires a small amount of per-batch state to interact with
- * each ParalellHashJoinBatch.
+ * each ParallelHashJoinBatch.
*/
typedef struct ParallelHashJoinBatchAccessor
{
@@ -201,7 +201,7 @@ typedef struct ParallelHashJoinBatchAccessor
size_t ntuples; /* number of tuples */
size_t size; /* size of partition in memory */
size_t estimated_size; /* size of partition on disk */
- size_t old_ntuples; /* how many tuples before repartioning? */
+ size_t old_ntuples; /* how many tuples before repartitioning? */
bool at_least_one_chunk; /* has this backend allocated a chunk? */
bool done; /* flag to remember that a batch is done */