diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-12-12 13:25:11 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 13:25:11 -0500 |
commit | 979c6a1e49875e9277b5113295a48d5641f02465 (patch) | |
tree | c27dc903d8a957ea2623e423411c8def9384c981 /init/Kconfig | |
parent | 93aec204002b6ccd4daf0d02363a8227f21bf70f (diff) |
Kconfig: fix spelling error in config KALLSYMS help text
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-By: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 9edf103b3ec3..f000edb3bb7a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -348,7 +348,7 @@ config SYSCTL_SYSCALL | |||
348 | If unsure say Y here. | 348 | If unsure say Y here. |
349 | 349 | ||
350 | config KALLSYMS | 350 | config KALLSYMS |
351 | bool "Load all symbols for debugging/kksymoops" if EMBEDDED | 351 | bool "Load all symbols for debugging/ksymoops" if EMBEDDED |
352 | default y | 352 | default y |
353 | help | 353 | help |
354 | Say Y here to let the kernel print out symbolic crash information and | 354 | Say Y here to let the kernel print out symbolic crash information and |