From owner-cvs-sys Sat Mar 22 12:26:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28543 for cvs-sys-outgoing; Sat, 22 Mar 1997 12:26:18 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA28536; Sat, 22 Mar 1997 12:26:13 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id HAA10846; Sun, 23 Mar 1997 07:24:40 +1100 Date: Sun, 23 Mar 1997 07:24:40 +1100 From: Bruce Evans Message-Id: <199703222024.HAA10846@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, mpp@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern kern_clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/kern kern_clock.c > Log: > Fix a typo in a comment of a recent commit. It wasn't a typo. `iff' = standard math jargon for `if and only if'. It is used in 10-20 other places in /usr/src/sys. Bruce