jffs2: typo in comment
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Fri Dec 3 11:59:04 EST 2010
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=027d9ac2c8de9f70b7319e08dee121b8b85c8d88
Commit: 027d9ac2c8de9f70b7319e08dee121b8b85c8d88
Parent: f326966b3df47f4fa7e90425f60efdd30c31fe19
Author: Dan Carpenter <error27 at gmail.com>
AuthorDate: Mon Nov 15 21:20:05 2010 +0300
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Dec 3 16:30:40 2010 +0000
jffs2: typo in comment
It says FB instead of FS (file system).
Signed-off-by: Dan Carpenter <error27 at gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
fs/jffs2/jffs2_fs_sb.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 */
More information about the linux-mtd-cvs
mailing list