diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-02-09 17:24:09 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-02-09 17:24:09 -0500 |
commit | 166124fde978b5a6c4412fb295c7f39711beb1b0 (patch) | |
tree | ba0194cafe068fbf19c87974fa2b607103f5c277 /init | |
parent | 31f4b46ec6f889533c06537dea96bb0d20fa625b (diff) |
brk: help text typo fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 455170e1c1e3..824d48cb67bf 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -587,7 +587,7 @@ config COMPAT_BRK | |||
587 | disabled, and can be overriden runtime by setting | 587 | disabled, and can be overriden runtime by setting |
588 | /proc/sys/kernel/randomize_va_space to 2. | 588 | /proc/sys/kernel/randomize_va_space to 2. |
589 | 589 | ||
590 | On non-ancient distros (post-2000 ones) Y is usually a safe choice. | 590 | On non-ancient distros (post-2000 ones) N is usually a safe choice. |
591 | 591 | ||
592 | config BASE_FULL | 592 | config BASE_FULL |
593 | default y | 593 | default y |