From: Dan Carpenter Date: Mon, 15 Nov 2010 18:20:05 +0000 (+0300) Subject: jffs2: typo in comment X-Git-Tag: v2.6.38-rc1~21^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=027d9ac2c8de9f70b7319e08dee121b8b85c8d88;p=platform%2Fkernel%2Flinux-exynos.git jffs2: typo in comment It says FB instead of FS (file system). Signed-off-by: Dan Carpenter Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- diff --git a/fs/jffs2/jffs2_fs_sb.h b/fs/jffs2/jffs2_fs_sb.h index f864005..0bc6a6c 100644 --- a/fs/jffs2/jffs2_fs_sb.h +++ b/fs/jffs2/jffs2_fs_sb.h @@ -144,4 +144,4 @@ struct jffs2_sb_info { void *os_priv; }; -#endif /* _JFFS2_FB_SB */ +#endif /* _JFFS2_FS_SB */