[2.6 patch] fix a typo in the RTC_CLASS help text

From: Adrian Bunk
Date: Mon Jun 26 2006 - 16:26:15 EST


This patch fixes a typo spotted by
Matt LaPlante <webmaster@xxxxxxxxxxxxxxxx>.

This patch fixes kernel Bugzilla #6704.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-mm2-full/drivers/rtc/Kconfig.old 2006-06-26 22:07:10.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/rtc/Kconfig 2006-06-26 22:07:31.000000000 +0200
@@ -10,17 +10,17 @@
config RTC_CLASS
tristate "RTC class"
depends on EXPERIMENTAL
default n
select RTC_LIB
help
Generic RTC class support. If you say yes here, you will
be allowed to plug one or more RTCs to your system. You will
- probably want to enable one of more of the interfaces below.
+ probably want to enable one or more of the interfaces below.

This driver can also be built as a module. If so, the module
will be called rtc-class.

config RTC_HCTOSYS
bool "Set system time from RTC on startup"
depends on RTC_CLASS = y
default y
-
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/