Browse Source

trivial: Fix misspelled firmware in Kconfig

Fix misspelled firmware in Kconfig

It's spelled "firmware".

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Nick Andrew 16 years ago
parent
commit
11f1fbcf92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/base/Kconfig

+ 1 - 1
drivers/base/Kconfig

@@ -54,7 +54,7 @@ config FIRMWARE_IN_KERNEL
 	  such firmware, and do not wish to use an initrd.
 	  such firmware, and do not wish to use an initrd.
 
 
 	  This single option controls the inclusion of firmware for
 	  This single option controls the inclusion of firmware for
-	  every driver which uses request_firmare() and ships its
+	  every driver which uses request_firmware() and ships its
 	  firmware in the kernel source tree, to avoid a proliferation
 	  firmware in the kernel source tree, to avoid a proliferation
 	  of 'Include firmware for xxx device' options.
 	  of 'Include firmware for xxx device' options.