diff options
| author | 2006-09-29 02:01:14 -0700 | |
|---|---|---|
| committer | 2006-09-29 09:18:21 -0700 | |
| commit | af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb (patch) | |
| tree | 58a3f1af6ec9278288ded4d75f29bbd43d162f75 /drivers/rtc/Kconfig | |
| parent | [PATCH] oom: don't kill current when another OOM in progress (diff) | |
| download | linux-dev-af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb.tar.xz linux-dev-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/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 33a7b720539b..62c804af9fbe 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" |
