Source-Changes-HG archive

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

[src/trunk]: src/sys Fix typo (s/recevie/receive/).



details:   https://anonhg.NetBSD.org/src/rev/1763773fd0b4
branches:  trunk
changeset: 451785:1763773fd0b4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jun 04 10:15:22 2019 +0000

description:
Fix typo (s/recevie/receive/).

diffstat:

 sys/dev/ic/aic7xxx.c                  |   8 ++++----
 sys/dev/microcode/aic7xxx/aic79xx.seq |   4 ++--
 sys/dev/microcode/aic7xxx/aic7xxx.seq |   4 ++--
 sys/dev/usb/umcs.h                    |  10 +++++-----
 sys/netinet/dccp_tcplike.c            |   6 +++---
 sys/netinet/dccp_tcplike.h            |   4 ++--
 sys/netinet/dccp_tfrc.c               |   6 +++---
 sys/netinet/dccp_tfrc.h               |   4 ++--
 8 files changed, 23 insertions(+), 23 deletions(-)

diffs (200 lines):

diff -r ad1065225298 -r 1763773fd0b4 sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c      Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/dev/ic/aic7xxx.c      Tue Jun 04 10:15:22 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic7xxx.c,v 1.135 2019/02/04 10:09:31 mrg Exp $        */
+/*     $NetBSD: aic7xxx.c,v 1.136 2019/06/04 10:15:22 msaitoh Exp $    */
 
 /*
  * Core routines and tables shareable across OS platforms.
@@ -39,7 +39,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGES.
  *
- * $Id: aic7xxx.c,v 1.135 2019/02/04 10:09:31 mrg Exp $
+ * $Id: aic7xxx.c,v 1.136 2019/06/04 10:15:22 msaitoh Exp $
  *
  * //depot/aic7xxx/aic7xxx/aic7xxx.c#112 $
  *
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic7xxx.c,v 1.135 2019/02/04 10:09:31 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic7xxx.c,v 1.136 2019/06/04 10:15:22 msaitoh Exp $");
 
 #include <dev/ic/aic7xxx_osm.h>
 #include <dev/ic/aic7xxx_inline.h>
@@ -1107,7 +1107,7 @@
                                        printf("\tCRC Value Mismatch\n");
                                if ((sstat2 & CRCENDERR) != 0)
                                        printf("\tNo terminal CRC packet "
-                                              "recevied\n");
+                                              "received\n");
                                if ((sstat2 & CRCREQERR) != 0)
                                        printf("\tIllegal CRC packet "
                                               "request\n");
diff -r ad1065225298 -r 1763773fd0b4 sys/dev/microcode/aic7xxx/aic79xx.seq
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq     Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq     Tue Jun 04 10:15:22 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.seq,v 1.11 2014/10/18 08:33:28 snj Exp $       */
+/*     $NetBSD: aic79xx.seq,v 1.12 2019/06/04 10:15:22 msaitoh Exp $   */
 
 /*
  * Adaptec U320 device driver firmware for Linux and FreeBSD.
@@ -1012,7 +1012,7 @@
        test    SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
 
        /*
-        * If we recevied good status but never successfully sent the
+        * If we received good status but never successfully sent the
         * cdb, abort the command.
         */
        test    SCB_SCSI_STATUS,0xff    jnz complete_accepted;
diff -r ad1065225298 -r 1763773fd0b4 sys/dev/microcode/aic7xxx/aic7xxx.seq
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jun 04 10:15:22 2019 +0000
@@ -40,7 +40,7 @@
  * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
  */
 
-VERSION = "$NetBSD: aic7xxx.seq,v 1.19 2014/10/18 08:33:28 snj Exp $"
+VERSION = "$NetBSD: aic7xxx.seq,v 1.20 2019/06/04 10:15:22 msaitoh Exp $"
 PATCH_ARG_LIST = "struct ahc_softc *ahc"
 PREFIX = "ahc_"
 
@@ -1640,7 +1640,7 @@
        test    SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
 
        /*
-        * If we recevied good status but never successfully sent the
+        * If we received good status but never successfully sent the
         * cdb, abort the command.
         */
        test    SCB_SCSI_STATUS,0xff    jnz complete_accepted;
diff -r ad1065225298 -r 1763773fd0b4 sys/dev/usb/umcs.h
--- a/sys/dev/usb/umcs.h        Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/dev/usb/umcs.h        Tue Jun 04 10:15:22 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umcs.h,v 1.1 2014/03/16 09:34:45 martin Exp $ */
+/* $NetBSD: umcs.h,v 1.2 2019/06/04 10:15:22 msaitoh Exp $ */
 /* $FreeBSD: head/sys/dev/usb/serial/umcs.h 252123 2013-06-23 20:19:51Z thomas $ */
 
 /*-
@@ -170,7 +170,7 @@
 #define        MCS7840_DEV_SPx_LOOP_PIPES      0x01    /* Loop Bulk-Out FIFO to the
                                                 * Bulk-In FIFO, default = 0 */
 #define        MCS7840_DEV_SPx_SKIP_ERR_DATA   0x02    /* Drop data bytes from UART,
-                                                * which were recevied with
+                                                * which were received with
                                                 * errors, default = 0 */
 #define        MCS7840_DEV_SPx_RESET_OUT_FIFO  0x04    /* Reset Bulk-Out FIFO */
 #define        MCS7840_DEV_SPx_RESET_IN_FIFO   0x08    /* Reset Bulk-In FIFO */
@@ -564,9 +564,9 @@
 #define        MCS7840_UART_ISR_NOPENDING      0x01    /* No interrupt pending */
 #define        MCS7840_UART_ISR_INTMASK        0x3f    /* Mask to select interrupt
                                                 * source */
-#define        MCS7840_UART_ISR_RXERR          0x06    /* Recevir error */
-#define        MCS7840_UART_ISR_RXHASDATA      0x04    /* Recevier has data */
-#define        MCS7840_UART_ISR_RXTIMEOUT      0x0c    /* Recevier timeout */
+#define        MCS7840_UART_ISR_RXERR          0x06    /* Receive error */
+#define        MCS7840_UART_ISR_RXHASDATA      0x04    /* Receiver has data */
+#define        MCS7840_UART_ISR_RXTIMEOUT      0x0c    /* Receiver timeout */
 #define        MCS7840_UART_ISR_TXEMPTY        0x02    /* Transmitter empty */
 #define        MCS7840_UART_ISR_MSCHANGE       0x00    /* Modem status change */
 
diff -r ad1065225298 -r 1763773fd0b4 sys/netinet/dccp_tcplike.c
--- a/sys/netinet/dccp_tcplike.c        Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/netinet/dccp_tcplike.c        Tue Jun 04 10:15:22 2019 +0000
@@ -1,5 +1,5 @@
 /*     $KAME: dccp_tcplike.c,v 1.19 2005/07/27 06:27:25 nishida Exp $  */
-/*     $NetBSD: dccp_tcplike.c,v 1.3 2016/04/26 08:44:44 ozaki-r Exp $ */
+/*     $NetBSD: dccp_tcplike.c,v 1.4 2019/06/04 10:15:22 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2003 Magnus Erixzon
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dccp_tcplike.c,v 1.3 2016/04/26 08:44:44 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dccp_tcplike.c,v 1.4 2019/06/04 10:15:22 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_dccp.h"
@@ -888,7 +888,7 @@
 }
 
 /* Free the receiver side
- * args: ccb - ccb of recevier
+ * args: ccb - ccb of receiver
  */
 void
 tcplike_recv_free(void *ccb)
diff -r ad1065225298 -r 1763773fd0b4 sys/netinet/dccp_tcplike.h
--- a/sys/netinet/dccp_tcplike.h        Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/netinet/dccp_tcplike.h        Tue Jun 04 10:15:22 2019 +0000
@@ -1,5 +1,5 @@
 /*     $KAME: dccp_tcplike.h,v 1.10 2005/07/22 09:31:14 nishida Exp $  */
-/*     $NetBSD: dccp_tcplike.h,v 1.2 2016/07/07 06:55:43 msaitoh Exp $ */
+/*     $NetBSD: dccp_tcplike.h,v 1.3 2019/06/04 10:15:22 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2003 Magnus Erixzon
@@ -150,7 +150,7 @@
 
 /*
  * Free the receiver side
- * args: ccb - ccb of recevier
+ * args: ccb - ccb of receiver
  */
 void tcplike_recv_free(void *);
 
diff -r ad1065225298 -r 1763773fd0b4 sys/netinet/dccp_tfrc.c
--- a/sys/netinet/dccp_tfrc.c   Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/netinet/dccp_tfrc.c   Tue Jun 04 10:15:22 2019 +0000
@@ -1,5 +1,5 @@
 /*     $KAME: dccp_tfrc.c,v 1.16 2006/03/01 17:34:08 nishida Exp $     */
-/*     $NetBSD: dccp_tfrc.c,v 1.4 2016/07/07 06:55:43 msaitoh Exp $ */
+/*     $NetBSD: dccp_tfrc.c,v 1.5 2019/06/04 10:15:22 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2003  Nils-Erik Mattsson
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dccp_tfrc.c,v 1.4 2016/07/07 06:55:43 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dccp_tfrc.c,v 1.5 2019/06/04 10:15:22 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_dccp.h"
@@ -1637,7 +1637,7 @@
        return ccb;
 }
 /* Free the receiver side
- * args: ccb - ccb of recevier
+ * args: ccb - ccb of receiver
  * Tested u:OK
  */
 void
diff -r ad1065225298 -r 1763773fd0b4 sys/netinet/dccp_tfrc.h
--- a/sys/netinet/dccp_tfrc.h   Tue Jun 04 09:43:15 2019 +0000
+++ b/sys/netinet/dccp_tfrc.h   Tue Jun 04 10:15:22 2019 +0000
@@ -1,5 +1,5 @@
 /*     $KAME: dccp_tfrc.h,v 1.10 2005/10/26 11:36:49 nishida Exp $     */
-/*     $NetBSD: dccp_tfrc.h,v 1.2 2016/07/07 06:55:43 msaitoh Exp $ */
+/*     $NetBSD: dccp_tfrc.h,v 1.3 2019/06/04 10:15:22 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2003  Nils-Erik Mattsson 
@@ -231,7 +231,7 @@
 void *tfrc_recv_init(struct dccpcb *);
 
 /* Free the receiver side
- * args: ccb - ccb of recevier
+ * args: ccb - ccb of receiver
  */
 void tfrc_recv_free(void *);
 



Home | Main Index | Thread Index | Old Index