[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200611082108.02288.jesper.juhl@gmail.com>
Date: Wed, 8 Nov 2006 21:08:02 +0100
From: Jesper Juhl <jesper.juhl@...il.com>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org, Jesper Juhl <jesper.juhl@...il.com>
Subject: [PATCH][trivial] Kconfig: fix spelling error in config KALLSYMS help text
Fix a small spelling mistake in the help text for the KALLSYMS config option.
Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---
init/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index c8b2624..404e891 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -320,7 +320,7 @@ config SYSCTL_SYSCALL
you should probably say N 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists