[partition] Comment w/ MiB instead of MB
This commit is contained in:
parent
707ec98553
commit
b08de96315
@ -98,7 +98,7 @@ PartitionIterator::begin( PartitionTable* table )
|
|||||||
{
|
{
|
||||||
auto it = PartitionIterator( table );
|
auto it = PartitionIterator( table );
|
||||||
QList< Partition* > children = table->children();
|
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.
|
// partition table.
|
||||||
if ( children.isEmpty() )
|
if ( children.isEmpty() )
|
||||||
return it;
|
return it;
|
||||||
|
Loading…
Reference in New Issue
Block a user