Skip to content

Commit 942066e

Browse files
committed
pkg/disk/parition_table.go typo fix
1 parent a94a8a0 commit 942066e

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
@@ -592,7 +592,7 @@ func (pt *PartitionTable) relayout(size datasizes.Size) uint64 {
592592
// add the extra padding specified in the partition table
593593
footer += datasizes.Size(pt.ExtraPadding)
594594

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

0 commit comments

Comments
 (0)