Browse Source

config: tweak help text

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
200895dab8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extra/Configs/Config.in

+ 2 - 2
extra/Configs/Config.in

@@ -2200,7 +2200,7 @@ config CROSS_COMPILER_PREFIX
 	  then enter 'arm-linux-uclibc-' here.
 	  then enter 'arm-linux-uclibc-' here.
 
 
 config UCLIBC_EXTRA_CFLAGS
 config UCLIBC_EXTRA_CFLAGS
-	string "Enter any extra CFLAGS to use to build uClibc"
+	string "Extra CFLAGS to use to build uClibc"
 	default ""
 	default ""
 	help
 	help
 	  Add any additional CFLAGS to be used to build uClibc.
 	  Add any additional CFLAGS to be used to build uClibc.
@@ -2334,7 +2334,7 @@ config WARNINGS
 	string "Compiler Warnings"
 	string "Compiler Warnings"
 	default "-Wall"
 	default "-Wall"
 	help
 	help
-	  Set this to the set of gcc warnings you wish to see while compiling.
+	  Set this to the set of compiler warnings you wish to see while compiling.
 
 
 config EXTRA_WARNINGS
 config EXTRA_WARNINGS
 	bool "Enable extra annoying warnings"
 	bool "Enable extra annoying warnings"