summaryrefslogtreecommitdiff
path: root/fs/fat
diff options
context:
space:
mode:
authorZheng Lv <lv.zheng.2015@gmail.com>2016-06-20 23:51:29 -0400
committerJiri Kosina <jkosina@suse.cz>2016-06-21 13:36:31 +0200
commitdcc381e8330e087402084647d048a168fb948e1c (patch)
treea4382b5126f0eb7c7f994f3dd2791102e41ea320 /fs/fat
parentaecf4e9bafa586bcc11d00e831ca1ddd00f6c6a7 (diff)
fat: fix typo s/supeblock/superblock/
Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/fat')
-rw-r--r--fs/fat/inode.c2
1 files changed, 1 insertions, 1 deletions
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!
*/