2008-02-22 06:59:14

by Satoru Takeuchi

[permalink] [raw]
Subject: [PATCH] Fix typos on lib/Kconfig

Fix typos on lib/Kconfig.

Signed-off-by: Satoru Takeuchi <[email protected]>

---
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