From: Jesper Juhl Date: Sun, 30 Oct 2005 23:02:51 +0000 (-0800) Subject: [PATCH] Kconfig help text correction for CONFIG_FRAME_POINTER X-Git-Tag: upstream/snapshot3+hdmi~44564^2~72^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a38bccd0c63a4954ea4e1357cbff404aa321afb;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 807535e..f9306b1 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -174,7 +174,7 @@ config FRAME_POINTER default y if DEBUG_INFO && UML help If you say Y here the resulting kernel image will be slightly larger - and slower, but it might give very useful debugging information - on some architectures or you use external debuggers. + and slower, but it might give very useful debugging information on + some architectures or if you use external debuggers. If you don't debug the kernel, you can say N.