Skip to content

Commit

Permalink
Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> Fault
Browse files Browse the repository at this point in the history
The last 't' of 'fault' is missing in the description of FAIL_IO_TIMEOUT.

Signed-off-by: Takuya Yoshikawa <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Takuya Yoshikawa authored and Jiri Kosina committed Jul 21, 2010
1 parent 59b4856 commit f4d0143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ config FAIL_MAKE_REQUEST
Provide fault-injection capability for disk IO.

config FAIL_IO_TIMEOUT
bool "Faul-injection capability for faking disk interrupts"
bool "Fault-injection capability for faking disk interrupts"
depends on FAULT_INJECTION && BLOCK
help
Provide fault-injection capability on end IO handling. This
Expand Down

0 comments on commit f4d0143

Please sign in to comment.