diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-11 00:42:16 +0900 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-02-28 17:08:48 +0100 |
commit | e1d1d68aae86c43d94e0c25ce27ea0050fceea01 (patch) | |
tree | 115f1800f565634a5f0bc40de39f317d664ea276 /drivers/watchdog/Kconfig | |
parent | 78d3e00bb0bcfb11596b14f5d5472922b4c7e429 (diff) | |
download | linux-3.10-e1d1d68aae86c43d94e0c25ce27ea0050fceea01.tar.gz linux-3.10-e1d1d68aae86c43d94e0c25ce27ea0050fceea01.tar.bz2 linux-3.10-e1d1d68aae86c43d94e0c25ce27ea0050fceea01.zip |
watchdog: Fix typo in Kconfig
Correct spelling "overidden" to "overridden" in
drivers/watchdog/Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 877b107f77a..df9e8f0e327 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1098,7 +1098,7 @@ config BOOKE_WDT_DEFAULT_TIMEOUT For Freescale Book-E processors, this is a number between 0 and 63. For other Book-E processors, this is a number between 0 and 3. - The value can be overidden by the wdt_period command-line parameter. + The value can be overridden by the wdt_period command-line parameter. # PPC64 Architecture |