]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs/inode: Fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Tue, 8 Oct 2024 12:16:02 +0000 (15:16 +0300)
committerChristian Brauner <brauner@kernel.org>
Tue, 22 Oct 2024 09:16:58 +0000 (11:16 +0200)
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>
fs/inode.c

index 6b3ff38df7f7c26dad8dd6fe4e1598c78e188b1d..d7a0c36e1ba6b9bae6e230b970e57b718c531848 100644 (file)
@@ -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.
  *