Skip to content

Commit 68343b4

Browse files
author
Etsuro Fujita
committed
Fix typos in comments.
1 parent 1169fcf commit 68343b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/partitioning/partbounds.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts,
453453
boundinfo->default_index = (*mapping)[default_index];
454454
}
455455

456-
/* All partition must now have been assigned canonical indexes. */
456+
/* All partitions must now have been assigned canonical indexes. */
457457
Assert(next_index == nparts);
458458
return boundinfo;
459459
}
@@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts,
651651
Assert(i == ndatums);
652652
boundinfo->indexes[i] = -1;
653653

654-
/* All partition must now have been assigned canonical indexes. */
654+
/* All partitions must now have been assigned canonical indexes. */
655655
Assert(next_index == nparts);
656656
return boundinfo;
657657
}

0 commit comments

Comments
 (0)