[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100721160553.26dd6282.yoshikawa.takuya@oss.ntt.co.jp>
Date: Wed, 21 Jul 2010 16:05:53 +0900
From: Takuya Yoshikawa <yoshikawa.takuya@....ntt.co.jp>
To: axboe@...nel.dk, trivial@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] typo fix: Kconfig.debug: FAIL_IO_TIMEOUT: Faul -> Fault
Hi,
Is this typo already fixed in anybody's tree?
I think this is config's description and worth fixing.
Thanks,
==
The last 't' of 'fault' is missing in the description of FAIL_IO_TIMEOUT.
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@....ntt.co.jp>
---
lib/Kconfig.debug | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e722e9d..dfdc034 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -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
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists