Skip to content

Commit c3343a0

Browse files
committed
pkg/disk/parition_table.go typo fix
1 parent bd23b5d commit c3343a0

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

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

0 commit comments

Comments
 (0)