diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-12-10 13:55:42 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-12-10 15:04:28 (GMT) |
commit | a34f0b31398020e2d3be653eb695bd17a9cf3b55 (patch) | |
tree | a049085d3b21a55f3138ed2cc78552cad828748d /fs/jbd2/transaction.c | |
parent | dac36dd87de10d1fd81dc7b7a40256cb2e965abc (diff) | |
download | linux-a34f0b31398020e2d3be653eb695bd17a9cf3b55.tar.xz |
fix comment typos concerning "consistent"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/jbd2/transaction.c')
-rw-r--r-- | fs/jbd2/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 6bf0a24..c793490 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -251,7 +251,7 @@ repeat: * the committing transaction. Really, we only need to give it * committing_transaction->t_outstanding_credits plus "enough" for * the log control blocks. - * Also, this test is inconsitent with the matching one in + * Also, this test is inconsistent with the matching one in * jbd2_journal_extend(). */ if (__jbd2_log_space_left(journal) < jbd_space_needed(journal)) { |