[PATCH] Trivial spelling corrections to arch/i386/Kconfig

From: Robert Zwerus
Date: Tue Mar 16 2004 - 05:47:50 EST


Hi Linus and kernel folks,

Attached a patch with some spelling corrections. Please merge, thanks!
--
A Dieu,
Robert Zwerus - e-mail: arzie@xxxxxx
ICQ UIN: 3943443 - MSN: robert_zwerus@xxxxxxxxxxx
--- Kconfig.orig 2004-03-16 11:39:00.953920334 +0100
+++ Kconfig 2004-03-16 11:35:58.698807155 +0100
@@ -837,12 +837,12 @@ config EFI
kernel should continue to boot on existing non-EFI platforms.

config IRQBALANCE
- bool "Enable kernel irq balancing"
+ bool "Enable kernel IRQ balancing"
depends on SMP && X86_IO_APIC
default y
help
- The defalut yes will allow the kernel to do irq load balancing.
- Saying no will keep the kernel from doing irq load balancing.
+ The default yes will allow the kernel to do IRQ load balancing.
+ Saying no will keep the kernel from doing IRQ load balancing.

config HAVE_DEC_LOCK
bool
@@ -861,7 +861,7 @@ config REGPARM
depends on EXPERIMENTAL
default n
help
- Compile the kernel with -mregparm=3. This uses an different ABI
+ Compile the kernel with -mregparm=3. This uses a different ABI
and passes the first three arguments of a function call in registers.
This will probably break binary only modules.