diff mbox series

fs/inode: Fix a typo

Message ID 20241008121602.16778-1-algonell@gmail.com (mailing list archive)
State New
Headers show
Series fs/inode: Fix a typo | expand

Commit Message

Andrew Kreimer Oct. 8, 2024, 12:16 p.m. UTC
Fix a typo in comments: wether v-> whether.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 fs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian Brauner Oct. 8, 2024, 12:27 p.m. UTC | #1
On Tue, 08 Oct 2024 15:16:02 +0300, Andrew Kreimer wrote:
> Fix a typo in comments: wether v-> whether.
> 
> 

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] fs/inode: Fix a typo
      https://git.kernel.org/vfs/vfs/c/e1a6efa9de95
diff mbox series

Patch

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.
  *