summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-23 20:14:08 +0000
committerimp <imp@FreeBSD.org>2003-06-23 20:14:08 +0000
commitc8a0ca10a066f58af353c69044b96ed8cb1a08dd (patch)
treebf4f324d221d5abe2f8f45b88bce778e58901588 /sys/kern
parentb0eb63bf047e807829bc2b0382b565ed570cc87d (diff)
downloadFreeBSD-src-c8a0ca10a066f58af353c69044b96ed8cb1a08dd.zip
FreeBSD-src-c8a0ca10a066f58af353c69044b96ed8cb1a08dd.tar.gz
Use UTC rather than GMT to describe time scale. latter is obsolete.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_tc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index f74777b..29d2f74 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -308,7 +308,7 @@ tc_getfrequency(void)
}
/*
- * Step our concept of GMT. This is done by modifying our estimate of
+ * Step our concept of UTC. This is done by modifying our estimate of
* when we booted. XXX: needs futher work.
*/
void
@@ -423,7 +423,7 @@ tc_windup(void)
scale /= th->th_counter->tc_frequency;
th->th_scale = scale * 2;
- /* Update the GMT timestamps used for the get*() functions. */
+ /* Update the UTC timestamps used for the get*() functions. */
bt = th->th_offset;
bintime_add(&bt, &boottimebin);
bintime2timeval(&bt, &th->th_microtime);
OpenPOWER on IntegriCloud