From aecd2065b52209623724375eef3fc298ae937d9e Mon Sep 17 00:00:00 2001 From: Omer Preminger Date: Mon, 18 Sep 2023 15:02:58 -0400 Subject: [PATCH] tbs: couple of typos --- internal/pkg/util/fs/fuse/fuse_mount_linux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/pkg/util/fs/fuse/fuse_mount_linux.go b/internal/pkg/util/fs/fuse/fuse_mount_linux.go index 7e33afbce5..7053a1f59b 100644 --- a/internal/pkg/util/fs/fuse/fuse_mount_linux.go +++ b/internal/pkg/util/fs/fuse/fuse_mount_linux.go @@ -24,10 +24,10 @@ type ImageMount struct { // values in pkg/image) Type int - // UID is the value to pass to the uid option when mouting + // UID is the value to pass to the uid option when mounting UID int - // GID is the value to pass to the gid option when mouting + // GID is the value to pass to the gid option when mounting GID int // Readonly represents whether this is a Readonly overlay