From c1ad13c30b6f5a3513e51b1d6bb39458d1549e4e Mon Sep 17 00:00:00 2001 From: mpp Date: Sat, 22 Mar 1997 16:52:19 +0000 Subject: Fix a typo in a comment of a recent commit. --- sys/kern/kern_timeout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_timeout.c') 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); } -- cgit v1.1