From: Jiangshan Yi <[email protected]>
Fix spelling typo in comment.
Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
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