[PATCH] fix typo in init/Kconfig

From: Cal Peake
Date: Fri Nov 19 2004 - 20:32:55 EST


Hi,

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

-- Cal

Signed-off-by: Cal Peake <cp@xxxxxxxxxxxxxxxxxxx>

--- linux-2.6.10-rc2-bk4/init/Kconfig 2004-11-19 19:47:46.000000000 -0500
+++ linux-2.6.10-rc2-bk4-cp1/init/Kconfig 2004-11-19 20:18:33.000000000 -0500
@@ -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/