aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/transaction.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-12-10 14:55:42 +0100
committerJiri Kosina <jkosina@suse.cz>2010-12-10 16:04:28 +0100
commita34f0b31398020e2d3be653eb695bd17a9cf3b55 (patch)
treea049085d3b21a55f3138ed2cc78552cad828748d /fs/jbd/transaction.c
parentpoll: fix a typo in comment (diff)
downloadlinux-dev-a34f0b31398020e2d3be653eb695bd17a9cf3b55.tar.xz
linux-dev-a34f0b31398020e2d3be653eb695bd17a9cf3b55.zip
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/jbd/transaction.c')
-rw-r--r--fs/jbd/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c
index 846a3f314111..5b2e4c30a2a1 100644
--- a/fs/jbd/transaction.c
+++ b/fs/jbd/transaction.c
@@ -207,7 +207,7 @@ repeat_locked:
* 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
* journal_extend().
*/
if (__log_space_left(journal) < jbd_space_needed(journal)) {