Replace /sbin/clock with /sbin/hwclock in documentation and comments

This commit is contained in:
Miroslav Lichvar
2013-12-10 17:04:17 +01:00
parent be14dbffef
commit 3c5cf81e32
4 changed files with 5 additions and 5 deletions

2
rtc.c
View File

@@ -144,7 +144,7 @@ RTC_TimeInit(void (*after_hook)(void *), void *anything)
/* ================================================== */
/* Do an initial read of the RTC and set the system time to it. This
is analogous to what /sbin/clock -s -u would do on Linux. */
is analogous to what /sbin/hwclock -s would do on Linux. */
void
RTC_TimePreInit(void)