chiark / gitweb /
man: improve grammar and word formatting in numerous man pages
[elogind.git] / src / shared / hwclock.c
index cc11faa6c37042ad1dbcb414ccab348786a3e336..17f12de51fc6fdb6c652ceee3fac259270e7ed6c 100644 (file)
@@ -151,7 +151,7 @@ int hwclock_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 time zone with next call.
+         * and we set only the timezone with next call.
          */
         if (settimeofday(tv_null, &tz) < 0)
                 return -errno;