init/Kconfig: Spelling fix

From: Sam Ravnborg
Date: Mon Nov 22 2004 - 16:24:08 EST


fix typo in init/Kconfig

Patch below fixes a typo in init/Kconfig for option CC_ALIGN_FUNCTIONS.

Signed-off-by: Cal Peake <cp@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

diff -Nru a/init/Kconfig b/init/Kconfig
--- a/init/Kconfig 2004-11-22 21:46:04 +01:00
+++ b/init/Kconfig 2004-11-22 21:46:04 +01:00
@@ -326,7 +326,7 @@
which may be appropriate on small systems without swap.

config CC_ALIGN_FUNCTIONS
- int "Function alignment" if EMBDEDDED
+ int "Function alignment" if EMBEDDED
default 0
help
Align the start of functions to the next power-of-two greater than n,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/