1
0
Fork 0

befs: fix typo in befs_sb_info

Fixing jornal to Journal.

Signed-off-by: Salah Triki <salah.triki@gmail.com>
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
hifive-unleashed-5.1
Salah Triki 2016-08-09 14:46:05 +01:00 committed by Luis de Bethencourt
parent 6ea4558f9b
commit 2ac636b4d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;