diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-04-09 02:06:50 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-12 15:21:36 +0200 |
commit | a895d57da04a4a24cda996e1a72425ff7e7e6c22 (patch) | |
tree | 39ce16341f0bd80113ad72442a14e54625d0c9c1 /drivers/rtc/Kconfig | |
parent | 393b148f9d0e70cfcb0096985bb0f0742802929e (diff) | |
download | linux-3.10-a895d57da04a4a24cda996e1a72425ff7e7e6c22.tar.gz linux-3.10-a895d57da04a4a24cda996e1a72425ff7e7e6c22.tar.bz2 linux-3.10-a895d57da04a4a24cda996e1a72425ff7e7e6c22.zip |
treewide: Fix typo in printks
Correct spelling typos in printk and comments.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 79fbe3832df..0c81915b199 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -402,7 +402,7 @@ config RTC_DRV_TPS6586X tristate "TI TPS6586X RTC driver" depends on MFD_TPS6586X help - TI Power Managment IC TPS6586X supports RTC functionality + TI Power Management IC TPS6586X supports RTC functionality along with alarm. This driver supports the RTC driver for the TPS6586X RTC module. @@ -420,7 +420,7 @@ config RTC_DRV_TPS80031 tristate "TI TPS80031/TPS80032 RTC driver" depends on MFD_TPS80031 help - TI Power Managment IC TPS80031 supports RTC functionality + TI Power Management IC TPS80031 supports RTC functionality along with alarm. This driver supports the RTC driver for the TPS80031 RTC module. |