X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fhwclock.c;h=17f12de51fc6fdb6c652ceee3fac259270e7ed6c;hb=118ecf32425a590ea266b5c2b6de7962bb242356;hp=cc11faa6c37042ad1dbcb414ccab348786a3e336;hpb=67fb4482acb0ecccb8a30e7ca49e5de28ba49eaf;p=elogind.git 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;