projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2a525
)
[PATCH] Kconfig help text correction for CONFIG_FRAME_POINTER
author
Jesper Juhl
<
[email protected]
>
Sun, 30 Oct 2005 23:02:51 +0000
(15:02 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Oct 2005 01:37:24 +0000
(17:37 -0800)
Fix-up the CONFIG_FRAME_POINTER help text language a bit.
Signed-off-by: Jesper Juhl <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 807535e7a1e7205be9c5c1f0f254ea2956243fde..f9306b14d2a6f48028456a04ebbb0997f31b3741 100644
(file)
--- 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.