From: Cal Peake Patch below fixes a typo in init/Kconfig for option CC_ALIGN_FUNCTIONS. Signed-off-by: Cal Peake Signed-off-by: Andrew Morton --- 25-akpm/init/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~fix-typo-in-init-kconfig init/Kconfig --- 25/init/Kconfig~fix-typo-in-init-kconfig 2004-11-21 15:48:31.730112520 -0800 +++ 25-akpm/init/Kconfig 2004-11-21 15:48:31.734111912 -0800 @@ -327,7 +327,7 @@ config SHMEM 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, _