X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fhwclock.c;h=17f12de51fc6fdb6c652ceee3fac259270e7ed6c;hp=cc11faa6c37042ad1dbcb414ccab348786a3e336;hb=68fee104e630eb19f04b8196a83c14c2c9c469e7;hpb=67fb4482acb0ecccb8a30e7ca49e5de28ba49eaf diff --git a/src/shared/hwclock.c b/src/shared/hwclock.c index cc11faa6c..17f12de51 100644 --- a/src/shared/hwclock.c +++ b/src/shared/hwclock.c @@ -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;