Browse Source

jffs2: typo in comment

It says FB instead of FS (file system).

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Dan Carpenter 14 years ago
parent
commit
027d9ac2c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/jffs2/jffs2_fs_sb.h

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