[PATCH] fs/befs: Fix spelling typo in comment

From: Jiangshan Yi
Date: Thu Jul 14 2022 - 22:24:02 EST


From: Jiangshan Yi <yijiangshan@xxxxxxxxxx>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
Signed-off-by: Jiangshan Yi <yijiangshan@xxxxxxxxxx>
---
fs/befs/linuxvfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index be383fa46b12..9d6b3d17cb2a 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -785,7 +785,7 @@ static int befs_show_options(struct seq_file *m, struct dentry *root)
return 0;
}

-/* This function has the responsibiltiy of getting the
+/* This function has the responsibility of getting the
* filesystem ready for unmounting.
* Basically, we free everything that we allocated in
* befs_read_inode
--
2.25.1