瀏覽代碼

config: tweak text

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 年之前
父節點
當前提交
4efe92d75a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      extra/Configs/Config.in

+ 2 - 2
extra/Configs/Config.in

@@ -254,7 +254,7 @@ config ARCH_HAS_NO_LDSO
 	default n
 	default n
 
 
 config HAVE_SHARED
 config HAVE_SHARED
-	bool "Enable support for shared libraries"
+	bool "Enable shared libraries"
 	depends on !ARCH_HAS_NO_SHARED
 	depends on !ARCH_HAS_NO_SHARED
 	default y
 	default y
 	help
 	help
@@ -286,7 +286,7 @@ config LDSO_LDD_SUPPORT
 	  Enable all the code needed to support traditional ldd,
 	  Enable all the code needed to support traditional ldd,
 	  which executes the shared library loader to resolve all dependencies
 	  which executes the shared library loader to resolve all dependencies
 	  and then provide a list of shared libraries that are required for an
 	  and then provide a list of shared libraries that are required for an
-	  application to function.  Disabling this option will makes uClibc's
+	  application to function.  Disabling this option will make uClibc's
 	  shared library loader a little bit smaller.
 	  shared library loader a little bit smaller.
 	  Most people will answer Y.
 	  Most people will answer Y.