Rephrashing comment.

This commit is contained in:
Chantara Tith 2016-07-21 01:43:44 +07:00
parent 01ef9cdc5f
commit 72d2e175b8
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Partition* LvmDevice::scanPartition(const QString& lvpath, const LvmDevice& dev,
* LVM partition have 2 different start and end sector value
* 1. representing the actual LV start from 0 -> size of LV - 1
* 2. representing abstract LV's sector inside a VG partitionTable
* start from size of last Partitions -> size of LV - 1
* start from last sector + 1 of last Partitions -> size of LV - 1
* Reason for this is for the LV Partition to worrks nicely with other parts of the codebase
* without too many special cases.
*/