Module Name: src
Committed By: msaitoh
Date: Fri Dec 27 07:02:26 UTC 2019
Modified Files:
src/distrib/notes/mvme68k: prep
src/sys/dev/pci: if_sk.c
Log Message:
s/is is/is/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/mvme68k/prep
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/pci/if_sk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/mvme68k/prep
diff -u src/distrib/notes/mvme68k/prep:1.14 src/distrib/notes/mvme68k/prep:1.15
--- src/distrib/notes/mvme68k/prep:1.14 Sat Sep 6 22:19:03 2008
+++ src/distrib/notes/mvme68k/prep Fri Dec 27 07:02:26 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: prep,v 1.14 2008/09/06 22:19:03 tsutsui Exp $
+.\" $NetBSD: prep,v 1.15 2019/12/27 07:02:26 msaitoh Exp $
.
\*M machines usually need little or no preparation before installing
.Nx ,
@@ -178,7 +178,7 @@ to be saved to NVRAM.
.Pp
The following installation instructions will assume that your target
SCSI disk drive appears at SCSI-ID 0.
-If you have a tape drive, the instructions assume is is configured
+If you have a tape drive, the instructions assume is configured
for SCSI-ID 5.
When the RAMDISK root boots,
.Nx
Index: src/sys/dev/pci/if_sk.c
diff -u src/sys/dev/pci/if_sk.c:1.102 src/sys/dev/pci/if_sk.c:1.103
--- src/sys/dev/pci/if_sk.c:1.102 Thu Nov 28 17:09:10 2019
+++ src/sys/dev/pci/if_sk.c Fri Dec 27 07:02:26 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: if_sk.c,v 1.102 2019/11/28 17:09:10 maxv Exp $ */
+/* $NetBSD: if_sk.c,v 1.103 2019/12/27 07:02:26 msaitoh Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.102 2019/11/28 17:09:10 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.103 2019/12/27 07:02:26 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2513,7 +2513,7 @@ sk_init_xmac(struct sk_if_softc *sc_if)
SK_XM_SETBIT_2(sc_if, XM_TXCMD, XM_TXCMD_AUTOPAD);
/*
- * Enable the reception of all error frames. This is is
+ * Enable the reception of all error frames. This is
* a necessary evil due to the design of the XMAC. The
* XMAC's receive FIFO is only 8K in size, however jumbo
* frames can be up to 9000 bytes in length. When bad