Fix a typo in comments: wether v-> whether. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/inode.c b/fs/inode.c index 3bd8eba6c51b..d37fe8ddb646 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -2878,7 +2878,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. * -- 2.39.5