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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;