From e29b867bd61cb8844d701b968f0cdbc17c74297e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 1 Feb 1998 22:45:23 +0000 Subject: [PATCH] Fixed a recently broken comment. --- sys/amd64/include/clock.h | 8 ++++---- sys/i386/include/clock.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index a8f2d5a7efa..6013414ede2 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/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 diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index a8f2d5a7efa..6013414ede2 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