[partition] fix comment

This commit is contained in:
Philip Müller 2018-11-09 00:42:18 +01:00
parent af3ffa855e
commit 07fe2aef4f

View File

@ -201,7 +201,7 @@ doAutopartition( PartitionCoreModule* core, Device* dev, Choices::AutoPartitionO
}
else
{
// Set FlagBoot for some legacy BIOSes, otherwise may not boot.
// Set FlagBoot for some legacy BIOSes, otherwise they may not boot.
core->createPartition( dev, rootPartition, PartitionTable::FlagBoot );
}