aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/befs
diff options
context:
space:
mode:
authorSalah Triki <salah.triki@gmail.com>2016-08-09 14:46:05 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-10-08 10:01:27 +0100
commit2ac636b4d04702e26421598949fc30c7a9e38988 (patch)
tree29fd76e4346b9495576f14022a2565c81cc03c18 /fs/befs
parentbefs: add flags field to validate superblock state (diff)
downloadwireguard-linux-2ac636b4d04702e26421598949fc30c7a9e38988.tar.xz
wireguard-linux-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.h2
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;