Skip to content

Commit 0d8867c

Browse files
committed
pkg/disk/parition_table.go typo fix
1 parent 081c481 commit 0d8867c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/disk/partition_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ func (pt *PartitionTable) relayout(size datasizes.Size) uint64 {
593593
// add the extra padding specified in the partition table
594594
footer += datasizes.Size(pt.ExtraPadding)
595595

596-
// If the sum of all partitions is bigger then the specified size,
596+
// If the sum of all partitions is bigger than the specified size,
597597
// we use that instead. Grow the partition table size if needed.
598598
end := pt.AlignUp(datasizes.Size(root.Start) + footer + root.Size)
599599
if end > size {

0 commit comments

Comments
 (0)