From 80d3ab22277e6dea72c0715a6698d12f2682ec38 Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Tue, 8 Oct 2024 15:16:02 +0300 Subject: [PATCH] fs/inode: Fix a typo Fix a typo in comments: wether v-> whether. Signed-off-by: Andrew Kreimer Link: https://lore.kernel.org/r/20241008121602.16778-1-algonell@gmail.com Signed-off-by: Christian Brauner --- fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/inode.c b/fs/inode.c index 6b3ff38df7f7..d7a0c36e1ba6 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -2669,7 +2669,7 @@ EXPORT_SYMBOL(inode_set_ctime_current); * @inode: inode to check * @vfsgid: the new/current vfsgid of @inode * - * Check wether @vfsgid is in the caller's group list or if the caller is + * Check whether @vfsgid is in the caller's group list or if the caller is * privileged with CAP_FSETID over @inode. This can be used to determine * whether the setgid bit can be kept or must be dropped. * -- 2.25.1