diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 22:45:23 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 22:45:23 +0000 |
commit | e29b867bd61cb8844d701b968f0cdbc17c74297e (patch) | |
tree | b54729140736450f5cead6098658a0df91855a34 /sys/i386/include/clock.h | |
parent | fdcef9e647ccb49ec27832f3398323f92784bd28 (diff) |
Fixed a recently broken comment.
Notes
Notes:
svn path=/head/; revision=33007
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index a8f2d5a7efa3..6013414ede23 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 |