diff options
Diffstat (limited to 'src/shared/hwclock.c')
-rw-r--r-- | src/shared/hwclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/hwclock.c b/src/shared/hwclock.c index 17f12de51f..60292a0153 100644 --- a/src/shared/hwclock.c +++ b/src/shared/hwclock.c @@ -59,7 +59,7 @@ int hwclock_get_time(struct tm *tm) { err = -errno; /* We don't know daylight saving, so we reset this in order not - * to confused mktime(). */ + * to confuse mktime(). */ tm->tm_isdst = -1; close_nointr_nofail(fd); |