Skip to content

Commit 6fc3b35

Browse files
committed
✏️ Fix new paramerter name in comment
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
1 parent de805a6 commit 6fc3b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lvm/mount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type MountInfo struct {
5454
// which mount needs to be attempted
5555
MountOptions []string `json:"mountOptions"`
5656

57-
// MKFSOptions specifies the options that
57+
// FormatOptions specifies the options that
5858
// will be added to newly created volume on first use
5959
FormatOptions []string `json:"formatOptions"`
6060
}

0 commit comments

Comments
 (0)