From 4872c3a6a5d416c7abb0b442d712b0ee4f8b470e Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Thu, 19 Sep 2024 16:05:28 +0330 Subject: [PATCH] :pencil2: Fix new paramerter name in comment Signed-off-by: Muhammed Hussein Karimi --- pkg/lvm/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lvm/mount.go b/pkg/lvm/mount.go index 9558be26..aff35250 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 + // FormatOptions specifies the options that // will be added to newly created volume on first use FormatOptions []string `json:"formatOptions"` }