Skip to content

Commit 88204f6

Browse files
committed
correcting some spelling errors
1 parent e7d09ce commit 88204f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/mount/mount_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func (mounter *SafeFormatAndMount) formatAndMount(source string, target string,
500500
return mountErr
501501
}
502502

503-
// GetDiskFormat uses 'blkid' to see if the given disk is unformated
503+
// GetDiskFormat uses 'blkid' to see if the given disk is unformatted
504504
func (mounter *SafeFormatAndMount) GetDiskFormat(disk string) (string, error) {
505505
args := []string{"-p", "-s", "TYPE", "-s", "PTTYPE", "-o", "export", disk}
506506
klog.V(4).Infof("Attempting to determine if disk %q is formatted using blkid with args: (%v)", disk, args)

0 commit comments

Comments
 (0)