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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 2714b0d commit 80d3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)