aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-08 15:16:02 +0300
committerChristian Brauner <brauner@kernel.org>2024-10-22 11:16:58 +0200
commit80d3ab22277e6dea72c0715a6698d12f2682ec38 (patch)
tree253470b6e6aabcf2bb5da344715cd0f0951ffed6
parentfcntl: make F_DUPFD_QUERY associative (diff)
downloadwireguard-linux-80d3ab22277e6dea72c0715a6698d12f2682ec38.tar.xz
wireguard-linux-80d3ab22277e6dea72c0715a6698d12f2682ec38.zip
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>
-rw-r--r--fs/inode.c2
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.
*