diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-10-08 15:16:02 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-10-22 11:16:58 +0200 |
commit | 80d3ab22277e6dea72c0715a6698d12f2682ec38 (patch) | |
tree | 253470b6e6aabcf2bb5da344715cd0f0951ffed6 /fs/inode.c | |
parent | 2714b0d1f36999dbd99a3474a24e7301acbd74f1 (diff) |
fs/inode: Fix a typo
Fix a typo in comments: wether v-> whether.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Link: https://lore.kernel.org/r/20241008121602.16778-1-algonell@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |