diff --git a/pkg/lvm/mount.go b/pkg/lvm/mount.go index 9558be26..0f45759a 100644 --- a/pkg/lvm/mount.go +++ b/pkg/lvm/mount.go @@ -54,7 +54,7 @@ type MountInfo struct { // which mount needs to be attempted MountOptions []string `json:"mountOptions"` - // MKFSOptions specifies the options that + // MountOptions specifies the options that // will be added to newly created volume on first use FormatOptions []string `json:"formatOptions"` }