diff options
author | Salah Triki <salah.triki@gmail.com> | 2016-08-09 14:46:05 +0100 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-10-08 10:01:27 +0100 |
commit | 2ac636b4d04702e26421598949fc30c7a9e38988 (patch) | |
tree | 29fd76e4346b9495576f14022a2565c81cc03c18 /fs/befs | |
parent | 6ea4558f9b373b588162e5d3523bc65fcf669b06 (diff) | |
download | linux-stable-2ac636b4d04702e26421598949fc30c7a9e38988.tar.gz linux-stable-2ac636b4d04702e26421598949fc30c7a9e38988.tar.bz2 linux-stable-2ac636b4d04702e26421598949fc30c7a9e38988.zip |
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>
Diffstat (limited to 'fs/befs')
-rw-r--r-- | fs/befs/befs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/befs.h b/fs/befs/befs.h index af8ea961e88f..c6bad51d8ec7 100644 --- a/fs/befs/befs.h +++ b/fs/befs/befs.h @@ -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; |