Commit 27ae4104b69bd5e3d9006ba31b39fc186020f38e
1 parent
9c4d3ef7b5
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/rtc/Kconfig
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | help |
16 | 16 | Generic RTC class support. If you say yes here, you will |
17 | 17 | be allowed to plug one or more RTCs to your system. You will |
18 | - probably want to enable one of more of the interfaces below. | |
18 | + probably want to enable one or more of the interfaces below. | |
19 | 19 | |
20 | 20 | This driver can also be built as a module. If so, the module |
21 | 21 | will be called rtc-class. |