Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 027d9ac2 authored by Dan Carpenter's avatar Dan Carpenter Committed by David Woodhouse
Browse files

jffs2: typo in comment



It says FB instead of FS (file system).

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent f326966b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -144,4 +144,4 @@ struct jffs2_sb_info {
	void *os_priv;
	void *os_priv;
};
};


#endif /* _JFFS2_FB_SB */
#endif /* _JFFS2_FS_SB */