Remove extra word from comment.

This commit is contained in:
Etsuro Fujita 2020-02-20 19:15:03 +09:00
parent bbce2912fa
commit 2eadd00dd4
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ partition_bounds_copy(PartitionBoundInfo src,
int j;
/*
* For a corresponding to hash partition, datums array will have two
* For a corresponding hash partition, datums array will have two
* elements - modulus and remainder.
*/
bool hash_part = (key->strategy == PARTITION_STRATEGY_HASH);