diff mbox

Improve compile test option grammar

Message ID 54ECD2C2.8010405@collins.email (mailing list archive)
State New, archived
Headers show

Commit Message

David Collins Feb. 24, 2015, 7:36 p.m. UTC
Hey everyone,
This is a pretty trivial patch, but it kind of stuck out while I was 
going through the kernel menu options.  This patch removes the unneeded 
word "also" from the CONFIG_COMPILE_TEST option in Kconfig.
diff mbox

Patch

Improve grammar by removing the word "also" from CONFIG_COMPILE_TEST option.

Signed-off-by: David Ibarra <david@davidibarra.net>
Signed-off-by: David Collins <david@collins.email>

--- linux/init/Kconfig.orig	2015-02-24 15:00:48.970000000 -0600
+++ linux/init/Kconfig	2015-02-24 15:03:07.600000000 -0600
@@ -54,7 +54,7 @@  config CROSS_COMPILE
 	  directory to select the cross-compiler automatically.
 
 config COMPILE_TEST
-	bool "Compile also drivers which will not load"
+	bool "Compile drivers which will not load"
 	default n
 	help
 	  Some drivers can be compiled on a different platform than they are