[partition] Comment w/ MiB instead of MB

This commit is contained in:
Adriaan de Groot 2019-05-09 08:00:23 -04:00
parent 707ec98553
commit b08de96315

View file

@ -98,7 +98,7 @@ PartitionIterator::begin( PartitionTable* table )
{
auto it = PartitionIterator( table );
QList< Partition* > children = table->children();
// Does not usually happen, but it did happen on a 10MB disk with an MBR
// Does not usually happen, but it did happen on a tiny (10MiB) disk with an MBR
// partition table.
if ( children.isEmpty() )
return it;