summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-22 20:34:21 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-22 20:34:21 +0000
commit9a8f4a4c938b1275e3db68a38b409ac4063994be (patch)
tree716bc8623454947e1a9472cfe37ce42dd3160bae
parentec505e04083080a76876211f71ba9d8263a713ec (diff)
Notes
-rw-r--r--sys/kern/kern_clock.c4
-rw-r--r--sys/kern/kern_tc.c4
-rw-r--r--sys/kern/kern_timeout.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 2876e5be4077..171ed0e98a45 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde Exp $
+ * $Id: kern_clock.c,v 1.34 1997/03/22 16:52:19 mpp Exp $
*/
/* Portions of this software are covered by the following: */
@@ -805,7 +805,7 @@ gettime(struct timeval *tvp)
int s;
s = splclock();
- /* XXX should use microtime() if tv_usec is used. */
+ /* XXX should use microtime() iff tv_usec is used. */
*tvp = time;
splx(s);
}
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 2876e5be4077..171ed0e98a45 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde Exp $
+ * $Id: kern_clock.c,v 1.34 1997/03/22 16:52:19 mpp Exp $
*/
/* Portions of this software are covered by the following: */
@@ -805,7 +805,7 @@ gettime(struct timeval *tvp)
int s;
s = splclock();
- /* XXX should use microtime() if tv_usec is used. */
+ /* XXX should use microtime() iff tv_usec is used. */
*tvp = time;
splx(s);
}
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index 2876e5be4077..171ed0e98a45 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde Exp $
+ * $Id: kern_clock.c,v 1.34 1997/03/22 16:52:19 mpp Exp $
*/
/* Portions of this software are covered by the following: */
@@ -805,7 +805,7 @@ gettime(struct timeval *tvp)
int s;
s = splclock();
- /* XXX should use microtime() if tv_usec is used. */
+ /* XXX should use microtime() iff tv_usec is used. */
*tvp = time;
splx(s);
}