Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764022AbYBVG7O (ORCPT ); Fri, 22 Feb 2008 01:59:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753878AbYBVG65 (ORCPT ); Fri, 22 Feb 2008 01:58:57 -0500 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:42235 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753868AbYBVG6z (ORCPT ); Fri, 22 Feb 2008 01:58:55 -0500 Date: Fri, 22 Feb 2008 16:06:47 +0900 Message-ID: <87bq69sc54.wl%takeuchi_satoru@jp.fujitsu.com> From: Satoru Takeuchi To: Linux Kernel , zippel@linux-m68k.org, linux-kbuild@vger.kernel.org Subject: [PATCH] Fix typos on lib/Kconfig User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.4 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1284 Lines: 50 Fix typos on lib/Kconfig. Signed-off-by: Satoru Takeuchi --- Index: 2.6.25-rc2/lib/Kconfig =================================================================== --- 2.6.25-rc2.orig/lib/Kconfig 2008-02-22 15:11:56.000000000 +0900 +++ 2.6.25-rc2/lib/Kconfig 2008-02-22 15:12:41.000000000 +0900 @@ -64,7 +64,7 @@ config AUDIT_GENERIC default y # -# compression support is select'ed if needed +# compression support is selected if needed # config ZLIB_INFLATE tristate @@ -85,7 +85,7 @@ config GENERIC_ALLOCATOR boolean # -# reed solomon support is select'ed if needed +# reed solomon support is selected if needed # config REED_SOLOMON tristate @@ -103,7 +103,7 @@ config REED_SOLOMON_DEC16 boolean # -# Textsearch support is select'ed if needed +# Textsearch support is selected if needed # config TEXTSEARCH boolean @@ -118,7 +118,7 @@ config TEXTSEARCH_FSM tristate # -# plist support is select#ed if needed +# plist support is selected if needed # config PLIST boolean -- 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/