Browse Source

[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>
Pavel Machek 18 years ago
parent
commit
af3ffa6758
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/rtc/Kconfig

+ 1 - 1
drivers/rtc/Kconfig

@@ -27,7 +27,7 @@ config RTC_HCTOSYS
 	help
 	help
 	  If you say yes here, the system time will be set using
 	  If you say yes here, the system time will be set using
 	  the value read from the specified RTC device. This is useful
 	  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
 config RTC_HCTOSYS_DEVICE
 	string "The RTC to read the time from"
 	string "The RTC to read the time from"