Skip to content

Commit

Permalink
trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
Browse files Browse the repository at this point in the history
jbd header comment typo fix.

Signed-off-by: Kazuo Moriwaka <moriwaka@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Kazuo Moriwaka authored and Jiri Kosina committed Mar 30, 2009
1 parent 39db4b8 commit 0cbfdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/jbd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cbfdc8

Please sign in to comment.