Fix a typo in a comment of a recent commit.

This commit is contained in:
Mike Pritchard 1997-03-22 16:52:19 +00:00
parent 4f09c5ae25
commit 269ebc8621
3 changed files with 6 additions and 6 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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);
}