diff options
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
| -rw-r--r-- | src/Propellor/Property/Parted.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs index f463164e..aa7bece4 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -77,7 +77,7 @@ instance PartedVal PartType where val Extended = "extended" -- | All partition sizing is done in megabytes, so that parted can --- automatically lay out the partitions. +-- automatically lay out the partitions. -- -- Note that these are SI megabytes, not mebibytes. newtype MegaBytes = MegaBytes Integer |
