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);
return boundinfo;
}
Assert(i == ndatums);
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);
return boundinfo;
}