summaryrefslogtreecommitdiff
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
authorKazuo Moriwaka <moriwaka@redhat.com>2009-03-03 13:01:23 +0100
committerJiri Kosina <jkosina@suse.cz>2009-03-30 15:22:03 +0200
commit0cbfdc8648115b2e8451ae9122311d01d2722005 (patch)
treec7d99761fe74927a06a5c30700f1b3f4938e8758 /include/linux/jbd.h
parent39db4b8dd16b6d3b56fd3155f309e0eec8481c9a (diff)
trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
jbd header comment typo fix. Signed-off-by: Kazuo Moriwaka <moriwaka@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index 64246dce566..e8ca681d8ac 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -35,7 +35,7 @@
#define journal_oom_retry 1
/*
- * Define JBD_PARANIOD_IOFAIL to cause a kernel BUG() if ext3 finds
+ * Define JBD_PARANOID_IOFAIL to cause a kernel BUG() if ext3 finds
* certain classes of error which can occur due to failed IOs. Under
* normal use we want ext3 to continue after such errors, because
* hardware _can_ fail, but for debugging purposes when running tests on