chiark / gitweb /
timesyncd: only update stamp file when we are synchronized
[elogind.git] / src / shared / clock-util.c
index 15535732f7dd1407c65cf89f278f2cc95727fb49..4f31c10b816ed0a60b5ff0c211f2a6b412eb7127 100644 (file)
@@ -145,7 +145,7 @@ int clock_reset_timezone(void) {
         /*
          * The very first time we set the kernel's timezone, it will warp
          * the clock. Do a dummy call here, so the time warping is sealed
-         * and we set only the timezone with next call.
+         * and we set only the timezone with the next call.
          */
         if (settimeofday(tv_null, &tz) < 0)
                 return -errno;