浏览代码

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>
Robert P. J. Day 18 年之前
父节点
当前提交
fd2dbc92e3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/i386/Kconfig

+ 2 - 2
arch/i386/Kconfig

@@ -858,9 +858,9 @@ config RELOCATABLE
 	bool "Build a relocatable kernel(EXPERIMENTAL)"
 	bool "Build a relocatable kernel(EXPERIMENTAL)"
 	depends on EXPERIMENTAL
 	depends on EXPERIMENTAL
 	help
 	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.
           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.
           but are discarded at runtime.
 
 
 	  One use is for the kexec on panic case where the recovery kernel
 	  One use is for the kexec on panic case where the recovery kernel