Fix minor typo in comment

Reported-by: Amit Langote
This commit is contained in:
Simon Riggs 2017-04-18 11:57:11 +01:00
parent ee01f7092f
commit 123aaffb5b

View File

@ -549,7 +549,7 @@ RelationBuildPartitionDesc(Relation rel)
{
int orig_index = rbounds[i]->index;
/* If the old index is has no mapping, assign one */
/* If the old index has no mapping, assign one */
if (mapping[orig_index] == -1)
mapping[orig_index] = next_index++;