Commit 2ac636b4 authored by Salah Triki's avatar Salah Triki Committed by Luis de Bethencourt

befs: fix typo in befs_sb_info

Fixing jornal to Journal.
Signed-off-by: default avatarSalah Triki <salah.triki@gmail.com>
Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent 6ea4558f
......@@ -46,7 +46,7 @@ struct befs_sb_info {
/* State of the superblock */
u32 flags;
/* jornal log entry */
/* Journal log entry */
befs_block_run log_blocks;
befs_off_t log_start;
befs_off_t log_end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment