summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-22 20:34:21 +0000
committermpp <mpp@FreeBSD.org>1997-03-22 20:34:21 +0000
commit230fe79baff68f2414e96ac30b34432696108c14 (patch)
treeb86214bd69a44b4435376e958839fd3bb4548e4e /sys/kern
parent46c4b1647f19a181bd83bbca4e105a84c4a08b88 (diff)
downloadFreeBSD-src-230fe79baff68f2414e96ac30b34432696108c14.zip
FreeBSD-src-230fe79baff68f2414e96ac30b34432696108c14.tar.gz
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.
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 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);
}
OpenPOWER on IntegriCloud