Commit 68343b4a authored by Etsuro Fujita's avatar Etsuro Fujita

Fix typos in comments.

parent 1169fcf1
...@@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts, ...@@ -453,7 +453,7 @@ create_list_bounds(PartitionBoundSpec **boundspecs, int nparts,
boundinfo->default_index = (*mapping)[default_index]; boundinfo->default_index = (*mapping)[default_index];
} }
/* All partition must now have been assigned canonical indexes. */ /* All partitions must now have been assigned canonical indexes. */
Assert(next_index == nparts); Assert(next_index == nparts);
return boundinfo; return boundinfo;
} }
...@@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts, ...@@ -651,7 +651,7 @@ create_range_bounds(PartitionBoundSpec **boundspecs, int nparts,
Assert(i == ndatums); Assert(i == ndatums);
boundinfo->indexes[i] = -1; boundinfo->indexes[i] = -1;
/* All partition must now have been assigned canonical indexes. */ /* All partitions must now have been assigned canonical indexes. */
Assert(next_index == nparts); Assert(next_index == nparts);
return boundinfo; return boundinfo;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment