mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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>
This commit is contained in:
committed by
Christian Brauner
parent
2714b0d1f3
commit
80d3ab2227
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user