aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2005-10-30 18:02:51 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-30 20:37:24 -0500
commit2a38bccd0c63a4954ea4e1357cbff404aa321afb (patch)
tree13b0357716d888cce56d0387f394098cc1281a4b /lib
parent7f2a52555998c699a7e89f24636c909d6fc08a60 (diff)
[PATCH] Kconfig help text correction for CONFIG_FRAME_POINTER
Fix-up the CONFIG_FRAME_POINTER help text language a bit. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 807535e7a1e7..f9306b14d2a6 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -174,7 +174,7 @@ config FRAME_POINTER
174 default y if DEBUG_INFO && UML 174 default y if DEBUG_INFO && UML
175 help 175 help
176 If you say Y here the resulting kernel image will be slightly larger 176 If you say Y here the resulting kernel image will be slightly larger
177 and slower, but it might give very useful debugging information 177 and slower, but it might give very useful debugging information on
178 on some architectures or you use external debuggers. 178 some architectures or if you use external debuggers.
179 If you don't debug the kernel, you can say N. 179 If you don't debug the kernel, you can say N.
180 180