summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-22 16:52:19 +0000
committermpp <mpp@FreeBSD.org>1997-03-22 16:52:19 +0000
commitc1ad13c30b6f5a3513e51b1d6bb39458d1549e4e (patch)
tree97b05344773921deda6a090049df1962c7f71d95 /sys/kern
parent390c4419c60258074dc8084b3d3beb77ef519662 (diff)
downloadFreeBSD-src-c1ad13c30b6f5a3513e51b1d6bb39458d1549e4e.zip
FreeBSD-src-c1ad13c30b6f5a3513e51b1d6bb39458d1549e4e.tar.gz
Fix a typo in a comment of a recent commit.
Diffstat (limited to 'sys/kern')
-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 e5fa539..2876e5b 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.32 1997/02/22 09:39:02 peter Exp $
+ * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde 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() iff tv_usec is used. */
+ /* XXX should use microtime() if tv_usec is used. */
*tvp = time;
splx(s);
}
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index e5fa539..2876e5b 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.32 1997/02/22 09:39:02 peter Exp $
+ * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde 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() iff tv_usec is used. */
+ /* XXX should use microtime() if tv_usec is used. */
*tvp = time;
splx(s);
}
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index e5fa539..2876e5b 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.32 1997/02/22 09:39:02 peter Exp $
+ * $Id: kern_clock.c,v 1.33 1997/03/22 06:52:56 bde 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() iff tv_usec is used. */
+ /* XXX should use microtime() if tv_usec is used. */
*tvp = time;
splx(s);
}
OpenPOWER on IntegriCloud