Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263060AbUKTB1p (ORCPT ); Fri, 19 Nov 2004 20:27:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263067AbUKTB1n (ORCPT ); Fri, 19 Nov 2004 20:27:43 -0500 Received: from linaeum.absolutedigital.net ([63.87.232.45]:49609 "EHLO linaeum.absolutedigital.net") by vger.kernel.org with ESMTP id S263060AbUKTB0z (ORCPT ); Fri, 19 Nov 2004 20:26:55 -0500 Date: Fri, 19 Nov 2004 20:27:00 -0500 (EST) From: Cal Peake To: Linus Torvalds , Andrew Morton cc: Kernel Mailing List Subject: [PATCH] fix typo in init/Kconfig Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 24 Hi, Patch below fixes a typo in init/Kconfig for option CC_ALIGN_FUNCTIONS. -- Cal Signed-off-by: Cal Peake --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/