From: Pavel Machek Date: Fri, 29 Sep 2006 09:01:14 +0000 (-0700) Subject: [PATCH] Fix typo in rtc kconfig X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=af3ffa6758dbd2ab7ebe62dddf66b3aa94d64eeb;p=deliverable%2Flinux.git [PATCH] Fix typo in rtc kconfig Fix simple typo in RTC_HCTOSYS option. Signed-off-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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"