diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:18:41 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:18:41 +0200 |
commit | 27ae4104b69bd5e3d9006ba31b39fc186020f38e (patch) | |
tree | cca1d0314365ac7aed7cb43032b9210d0a186259 /drivers/rtc/Kconfig | |
parent | 9c4d3ef7b5f61625651304eb848b9be95c6c7c9a (diff) | |
download | op-kernel-dev-27ae4104b69bd5e3d9006ba31b39fc186020f38e.zip op-kernel-dev-27ae4104b69bd5e3d9006ba31b39fc186020f38e.tar.gz |
fix a typo in the RTC_CLASS help text
This patch fixes a typo spotted by
Matt LaPlante <webmaster@cyberdogtech.com>.
This patch fixes kernel Bugzilla #6704.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index f2fc81a..d51afbe 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -15,7 +15,7 @@ config RTC_CLASS 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. |