Fix a typo in a comment of a recent commit.
This commit is contained in:
parent
4f09c5ae25
commit
269ebc8621
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user