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>
This commit is contained in:
Nick Andrew 2009-01-03 18:50:34 +11:00 committed by Jiri Kosina
parent 0211a9c850
commit 11f1fbcf92

View file

@ -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.