Skip to content

Commit 5b47a92

Browse files
authored
Merge pull request kubernetes#76359 from monstercy/fixtypo-20190320
correcting some spelling errors
2 parents 7defecb + 88204f6 commit 5b47a92

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
@@ -508,7 +508,7 @@ func (mounter *SafeFormatAndMount) formatAndMount(source string, target string,
508508
return mountErr
509509
}
510510

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

0 commit comments

Comments
 (0)