diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 07:23:41 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 07:23:41 +0200 |
commit | fd2dbc92e318ee9d306c4c3f393eef7294a5a30c (patch) | |
tree | 8d6ac51622646d3e29f78907928a9767fcb0b0d2 /arch | |
parent | c685ce059d42ebda7822786498dfd366695457f6 (diff) | |
download | linux-3.10-fd2dbc92e318ee9d306c4c3f393eef7294a5a30c.tar.gz linux-3.10-fd2dbc92e318ee9d306c4c3f393eef7294a5a30c.tar.bz2 linux-3.10-fd2dbc92e318ee9d306c4c3f393eef7294a5a30c.zip |
Kconfig: A couple of grammatical fixes in arch/i386/Kconfig
Fix a couple grammatical errors in arch/i386/Kconfig.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 64ad10f984a..30944ee2e61 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -858,9 +858,9 @@ config RELOCATABLE bool "Build a relocatable kernel(EXPERIMENTAL)" depends on EXPERIMENTAL help - This build a kernel image that retains relocation information + This builds a kernel image that retains relocation information so it can be loaded someplace besides the default 1MB. - The relocations tend to the kernel binary about 10% larger, + The relocations tend to make the kernel binary about 10% larger, but are discarded at runtime. One use is for the kexec on panic case where the recovery kernel |