[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180506112404.24872-8-wsa+renesas@sang-engineering.com>
Date: Sun, 6 May 2018 13:23:51 +0200
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: trivial@...nel.org
Cc: linux-renesas-soc@...r.kernel.org,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
reiserfs-devel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 7/9] reiserfs: journal: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
---
fs/reiserfs/journal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index 23148c3ed67560..55704f57f78f82 100644
--- a/fs/reiserfs/journal.c
+++ b/fs/reiserfs/journal.c
@@ -968,7 +968,7 @@ static int reiserfs_async_progress_wait(struct super_block *s)
* if this journal list still has commit blocks unflushed, send them to disk.
*
* log areas must be flushed in order (transaction 2 can't commit before
- * transaction 1) Before the commit block can by written, every other log
+ * transaction 1) Before the commit block can be written, every other log
* block must be safely on disk
*/
static int flush_commit_list(struct super_block *s,
--
2.11.0
Powered by blists - more mailing lists