From dcc381e8330e087402084647d048a168fb948e1c Mon Sep 17 00:00:00 2001 From: Zheng Lv Date: Mon, 20 Jun 2016 23:51:29 -0400 Subject: fat: fix typo s/supeblock/superblock/ Signed-off-by: Zheng Lv Signed-off-by: Jiri Kosina --- fs/fat/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/fat') diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 3bcf57925dca..b902c89fa8b9 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c @@ -1589,7 +1589,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, /* * GFP_KERNEL is ok here, because while we do hold the - * supeblock lock, memory pressure can't call back into + * superblock lock, memory pressure can't call back into * the filesystem, since we're only just about to mount * it and have no inodes etc active! */ -- cgit v1.2.3