aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rtcwake.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rtcwake.c')
-rw-r--r--util-linux/rtcwake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c
index 26e5b4724..06ed7eafc 100644
--- a/util-linux/rtcwake.c
+++ b/util-linux/rtcwake.c
@@ -50,7 +50,7 @@ static NOINLINE bool may_wakeup(const char *rtcname)
50static NOINLINE void setup_alarm(int fd, time_t *wakeup, time_t rtc_time) 50static NOINLINE void setup_alarm(int fd, time_t *wakeup, time_t rtc_time)
51{ 51{
52 struct tm *ptm; 52 struct tm *ptm;
53 struct linux_rtc_wkalrm wake; 53 struct linux_rtc_wkalrm wake;
54 54
55 /* The wakeup time is in POSIX time (more or less UTC). 55 /* The wakeup time is in POSIX time (more or less UTC).
56 * Ideally RTCs use that same time; but PCs can't do that 56 * Ideally RTCs use that same time; but PCs can't do that