diff options
author | Pavel Machek <pavel@ucw.cz> | 2006-09-29 02:01:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:21 -0700 |
commit | af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb (patch) | |
tree | 58a3f1af6ec9278288ded4d75f29bbd43d162f75 /drivers/rtc | |
parent | b78483a4ba60d5d90930262a533a784e1d9df660 (diff) | |
download | linux-3.10-af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb.tar.gz linux-3.10-af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb.tar.bz2 linux-3.10-af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb.zip |
[PATCH] Fix typo in rtc kconfig
Fix simple typo in RTC_HCTOSYS option.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc')
-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 33a7b720539..62c804af9fb 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -27,7 +27,7 @@ config RTC_HCTOSYS help If you say yes here, the system time will be set using the value read from the specified RTC device. This is useful - in order to avoid unnecessary fschk runs. + in order to avoid unnecessary fsck runs. config RTC_HCTOSYS_DEVICE string "The RTC to read the time from" |