diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-16 09:06:20 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-08-16 15:59:47 +0200 |
commit | 65f2b26339927a37570ffa42a8fcc8764fef06f7 (patch) | |
tree | f6176345bf95ecd31740cbbdf62ce32aef4f0b47 /fs/reiserfs | |
parent | 67427715da97a9191717ccfcd694e86d056dd8d9 (diff) | |
download | linux-stable-65f2b26339927a37570ffa42a8fcc8764fef06f7.tar.gz linux-stable-65f2b26339927a37570ffa42a8fcc8764fef06f7.tar.bz2 linux-stable-65f2b26339927a37570ffa42a8fcc8764fef06f7.zip |
reiserfs: fix spelling mistake: "tranasction" -> "transaction"
Trivial fix to spelling mistake in reiserfs_warning message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index a11d773e5ff3..0c882a0e2a6e 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c @@ -1481,7 +1481,7 @@ static int flush_journal_list(struct super_block *s, if ((!was_jwait) && !buffer_locked(saved_bh)) { reiserfs_warning(s, "journal-813", "BAD! buffer %llu %cdirty %cjwait, " - "not in a newer tranasction", + "not in a newer transaction", (unsigned long long)saved_bh-> b_blocknr, was_dirty ? ' ' : '!', was_jwait ? ' ' : '!'); |