diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-12-12 21:25:11 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 21:25:11 +0300 |
commit | 979c6a1e49875e9277b5113295a48d5641f02465 (patch) | |
tree | c27dc903d8a957ea2623e423411c8def9384c981 | |
parent | 93aec204002b6ccd4daf0d02363a8227f21bf70f (diff) | |
download | linux-979c6a1e49875e9277b5113295a48d5641f02465.tar.xz |
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>
-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 If unsure say Y here. config KALLSYMS - bool "Load all symbols for debugging/kksymoops" if EMBEDDED + bool "Load all symbols for debugging/ksymoops" if EMBEDDED default y help Say Y here to let the kernel print out symbolic crash information and |