diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-13 11:14:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-16 08:40:08 -0400 |
commit | 6b2aac42b20f495d9ea220036f57596d525d4233 (patch) | |
tree | 838c0537310ebd6198eeef7f5826edf141f467d7 /arch/openrisc | |
parent | b40b26ccfc31465363dbd3ff849bd84ec87fe9b7 (diff) |
Fix typo in various Kconfig file
Correct spelling typo in various Kconfig file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index a4787197d8fe..66dff2046987 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -141,7 +141,7 @@ config DEBUG_STACKOVERFLOW | |||
141 | bool "Check for kernel stack overflow" | 141 | bool "Check for kernel stack overflow" |
142 | default y | 142 | default y |
143 | help | 143 | help |
144 | Make extra checks for space avaliable on stack in some | 144 | Make extra checks for space available on stack in some |
145 | critical functions. This will cause kernel to run a bit slower, | 145 | critical functions. This will cause kernel to run a bit slower, |
146 | but will catch most of kernel stack overruns and exit gracefuly. | 146 | but will catch most of kernel stack overruns and exit gracefuly. |
147 | 147 | ||