fs/ext2/: fix misspellings using codespell tool
authorLiu xuzhi <liu.xuzhi@zte.com.cn>
Fri, 19 Mar 2021 00:31:31 +0000 (17:31 -0700)
committerJan Kara <jack@suse.cz>
Fri, 19 Mar 2021 10:28:09 +0000 (11:28 +0100)
commite312c97ea253f076f11ac38cbe81075a48557f65
tree1f7cd28176d2d8272873244702a4d340a047e3af
parentf998d7d545a2248faf5a4311240941dfe813eedc
fs/ext2/: fix misspellings using codespell tool

A typo is found out by codespell tool in 1107th lines of super.c:

$ codespell ./fs/ext2/
./super.c:1107: fileystem  ==> filesystem

Fix a typo found by codespell.

Link: https://lore.kernel.org/r/20210319003131.484738-1-liu.xuzhi@zte.com.cn
Signed-off-by: Liu xuzhi <liu.xuzhi@zte.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c