fat: fix typo s/supeblock/superblock/
authorZheng Lv <lv.zheng.2015@gmail.com>
Tue, 21 Jun 2016 03:51:29 +0000 (23:51 -0400)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Jun 2016 11:36:31 +0000 (13:36 +0200)
Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/fat/inode.c

index 3bcf579..b902c89 100644 (file)
@@ -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!
         */