From: Andrew Kreimer Date: Tue, 8 Oct 2024 12:16:02 +0000 (+0300) Subject: fs/inode: Fix a typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=80d3ab22277e6dea72c0715a6698d12f2682ec38;p=users%2Fjedix%2Flinux-maple.git 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 --- 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. *