Browse Source

iwlwifi: fix a typo in Kconfig message

Signed-off-by: Pascal Terjan <pterjan@mandriva.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Pascal Terjan 17 years ago
parent
commit
7c44b6e922
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/net/wireless/iwlwifi/Kconfig

+ 2 - 2
drivers/net/wireless/iwlwifi/Kconfig

@@ -20,7 +20,7 @@ config IWL4965
 	  runs.
 	  runs.
 
 
 	  If you want to compile the driver as a module ( = code which can be
 	  If you want to compile the driver as a module ( = code which can be
-	  inserted in and remvoed from the running kernel whenever you want),
+	  inserted in and removed from the running kernel whenever you want),
 	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
 	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
 	  module will be called iwl4965.ko.
 	  module will be called iwl4965.ko.
 
 
@@ -101,7 +101,7 @@ config IWL3945
 	  runs.
 	  runs.
 
 
 	  If you want to compile the driver as a module ( = code which can be
 	  If you want to compile the driver as a module ( = code which can be
-	  inserted in and remvoed from the running kernel whenever you want),
+	  inserted in and removed from the running kernel whenever you want),
 	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
 	  say M here and read <file:Documentation/kbuild/modules.txt>.  The
 	  module will be called iwl3945.ko.
 	  module will be called iwl3945.ko.