From 230fe79baff68f2414e96ac30b34432696108c14 Mon Sep 17 00:00:00 2001 From: mpp Date: Sat, 22 Mar 1997 20:34:21 +0000 Subject: Restore Bruce's original comment. It seems that "iff" = if and only if, and is not a typo. It is used other places in the kernel, too. --- sys/kern/kern_clock.c | 4 ++-- sys/kern/kern_tc.c | 4 ++-- sys/kern/kern_timeout.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 2876e5b..171ed0e 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 2876e5b..171ed0e 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 2876e5b..171ed0e 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); } -- cgit v1.1