[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <a1d26c96fabcff3e805ae7087856234aaf99cee7.1470745951.git.salah.triki@gmail.com>
Date: Tue, 9 Aug 2016 13:32:56 +0100
From: Salah Triki <salah.triki@...il.com>
To: akpm@...ux-foundation.org, viro@...iv.linux.org.uk,
luisbg@....samsung.com
Cc: linux-kernel@...r.kernel.org, salah.triki@...il.com
Subject: [PATCH 3/3] fs: befs: fix typo in befs_sb_info
Fixing jornal to Journal.
Signed-off-by: Salah Triki <salah.triki@...il.com>
---
fs/befs/befs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/befs/befs.h b/fs/befs/befs.h
index 511d16d..55f3ea2 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;
--
1.9.1
Powered by blists - more mailing lists