summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-01 22:45:23 +0000
committerbde <bde@FreeBSD.org>1998-02-01 22:45:23 +0000
commitc9fd35e3cdb2480aee1dc04f0fc39d4e92a43492 (patch)
tree8ac5f189d3d7ad12b400a14f835665bd49a9277e /sys/i386/include/clock.h
parentb3fa7a8575a69cb459088af76d741da3679fcb8d (diff)
downloadFreeBSD-src-c9fd35e3cdb2480aee1dc04f0fc39d4e92a43492.zip
FreeBSD-src-c9fd35e3cdb2480aee1dc04f0fc39d4e92a43492.tar.gz
Fixed a recently broken comment.
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index a8f2d5a..6013414 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.29 1997/12/28 13:36:06 phk Exp $
+ * $Id: clock.h,v 1.30 1997/12/28 17:33:08 phk Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -76,9 +76,9 @@ clock_latency(void)
}
/*
- * When we update `time', on we also update `tsc_bias'
- * atomically. `tsc_bias' is the best available approximation to
- * the value of the TSC (mod 2^32) at the time of the i8254
+ * When we update `time', we also update `tsc_bias' atomically (if we
+ * are using the TSC). `tsc_bias' is the best available approximation
+ * to the value of the TSC (mod 2^32) at the time of the i8254
* counter transition that caused the clock interrupt that caused the
* update. clock_latency() gives the time between the transition and
* the update to within a few usec provided another such transition
OpenPOWER on IntegriCloud