Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/is is/is/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/cdcd786e42fb
branches:  trunk
changeset: 847534:cdcd786e42fb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 07:02:26 2019 +0000

description:
s/is is/is/ in comment.

diffstat:

 distrib/notes/mvme68k/prep |  4 ++--
 sys/dev/pci/if_sk.c        |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f7b05b9fdeb0 -r cdcd786e42fb distrib/notes/mvme68k/prep
--- a/distrib/notes/mvme68k/prep        Fri Dec 27 06:52:43 2019 +0000
+++ b/distrib/notes/mvme68k/prep        Fri Dec 27 07:02:26 2019 +0000
@@ -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 @@
 .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
diff -r f7b05b9fdeb0 -r cdcd786e42fb sys/dev/pci/if_sk.c
--- a/sys/dev/pci/if_sk.c       Fri Dec 27 06:52:43 2019 +0000
+++ b/sys/dev/pci/if_sk.c       Fri Dec 27 07:02:26 2019 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index