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

Jiangshan Yi posted 1 patch 3 years, 9 months ago
fs/befs/linuxvfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/befs: Fix spelling typo in comment
Posted by Jiangshan Yi 3 years, 9 months ago
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 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