diff mbox

jffs2: typo in comment

Message ID 20101115182005.GA3941@bicker
State New, archived
Headers show

Commit Message

Dan Carpenter Nov. 15, 2010, 6:20 p.m. UTC
It says FB instead of FS (file system).

Signed-off-by: Dan Carpenter <error27@gmail.com>

Comments

Artem Bityutskiy Nov. 26, 2010, 4:26 p.m. UTC | #1
On Mon, 2010-11-15 at 21:20 +0300, Dan Carpenter wrote:
> It says FB instead of FS (file system).
> 
> Signed-off-by: Dan Carpenter <error27@gmail.com>

Pushed to l2-mtd-2.6.git, thanks!
diff mbox

Patch

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 */