Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458754
| From | Salah Triki <salah.triki@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] befs: fix typo in befs_sb_info |
| Date | 2016-08-09 15:50 +0200 |
| Message-ID | <s4fzP-8eY-13@gated-at.bofh.it> (permalink) |
| References | <s4fzP-8eY-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fixing jornal to Journal.
Signed-off-by: Salah Triki <salah.triki@gmail.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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] befs: fix typo in befs_sb_info Salah Triki <salah.triki@gmail.com> - 2016-08-09 15:50 +0200 Re: [PATCH 2/2] befs: fix typo in befs_sb_info Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-09 17:40 +0200
csiph-web