Skip to content

Commit 80d3ab2

Browse files
algonellbrauner
authored andcommitted
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>
1 parent 2714b0d commit 80d3ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ EXPORT_SYMBOL(inode_set_ctime_current);
26692669
* @inode: inode to check
26702670
* @vfsgid: the new/current vfsgid of @inode
26712671
*
2672-
* Check wether @vfsgid is in the caller's group list or if the caller is
2672+
* Check whether @vfsgid is in the caller's group list or if the caller is
26732673
* privileged with CAP_FSETID over @inode. This can be used to determine
26742674
* whether the setgid bit can be kept or must be dropped.
26752675
*

0 commit comments

Comments
 (0)