X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimedate%2Ftimedated.c;h=525c72e497728b9e1b15864f8ad4a8904dba31fc;hp=cdb6e5b16cfeffdceba63778a3b46377c3a6acbd;hb=e9dd9f9547350c7dc0473583b5c2228dc8f0ab76;hpb=6824690f140f45064157d220a24b9afbeb1d093f;ds=sidebyside diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index cdb6e5b16..525c72e49 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -662,7 +662,7 @@ static DBusHandlerResult timedate_message_handler( return bus_send_error_reply(connection, message, NULL, r); } - /* 2. Tell the kernel our time zone */ + /* 2. Tell the kernel our timezone */ hwclock_set_timezone(NULL); if (tz.local_rtc) { @@ -719,7 +719,7 @@ static DBusHandlerResult timedate_message_handler( return bus_send_error_reply(connection, message, NULL, r); } - /* 2. Tell the kernel our time zone */ + /* 2. Tell the kernel our timezone */ hwclock_set_timezone(NULL); /* 3. Synchronize clocks */