treewide: Fix typos in various Kconfig

Correct spelling typo within various Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2012-11-30 16:44:39 +09:00
committed by Jiri Kosina
parent 45c2aa9891
commit e41e85cc17
6 changed files with 10 additions and 10 deletions

View File

@@ -144,7 +144,7 @@ config DEBUG_STACKOVERFLOW
help
Make extra checks for space available on stack in some
critical functions. This will cause kernel to run a bit slower,
but will catch most of kernel stack overruns and exit gracefuly.
but will catch most of kernel stack overruns and exit gracefully.
Say Y if you are unsure.