summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/isa
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/fd.c4
-rw-r--r--sys/isa/ppc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index c179222..d09b927 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.106 1997/12/02 21:06:21 phk Exp $
+ * $Id: fd.c,v 1.107 1998/01/24 02:54:18 eivind Exp $
*
*/
@@ -1353,7 +1353,7 @@ fdstate(fdcu_t fdcu, fdc_p fdc)
TRACE1("[0x%x->FDCTL]", fd->ft->trans);
/*******************************************************\
* If the next drive has a motor startup pending, then *
- * it will start up in it's own good time *
+ * it will start up in its own good time *
\*******************************************************/
if(fd->flags & FD_MOTOR_WAIT)
{
diff --git a/sys/isa/ppc.c b/sys/isa/ppc.c
index c2d6a6b..39d0ece 100644
--- a/sys/isa/ppc.c
+++ b/sys/isa/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.1 1997/08/14 14:01:35 msmith Exp $
+ * $Id: ppc.c,v 1.2 1997/09/01 02:08:41 bde Exp $
*
*/
#include "ppc.h"
@@ -704,7 +704,7 @@ ppcprobe(struct isa_device *dvp)
nppc ++;
/*
- * Try to detect the chipset and it's mode.
+ * Try to detect the chipset and its mode.
*/
if (ppc_detect(ppc, dvp->id_flags & 0x7))
goto error;
OpenPOWER on IntegriCloud