Source-Changes-HG archive

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

[src/trunk]: src/sys/dev s/desciptor/descriptor/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/c930cc08947d
branches:  trunk
changeset: 1025521:c930cc08947d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:17:34 2021 +0000

description:
s/desciptor/descriptor/ in comment.

diffstat:

 sys/dev/ic/rtw.c           |  6 +++---
 sys/dev/ic/smc83c170var.h  |  4 ++--
 sys/dev/pci/if_ti.c        |  6 +++---
 sys/dev/scsipi/scsi_disk.h |  4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r 25a59cb793f6 -r c930cc08947d sys/dev/ic/rtw.c
--- a/sys/dev/ic/rtw.c  Wed Nov 10 16:08:17 2021 +0000
+++ b/sys/dev/ic/rtw.c  Wed Nov 10 16:17:34 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.136 2021/06/16 00:21:18 riastradh Exp $ */
+/* $NetBSD: rtw.c,v 1.137 2021/11/10 16:17:34 msaitoh Exp $ */
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 David Young.  All rights
  * reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.136 2021/06/16 00:21:18 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.137 2021/11/10 16:17:34 msaitoh Exp $");
 
 
 #include <sys/param.h>
@@ -1172,7 +1172,7 @@
         * descriptor in a single beacon interval, since that will
         * enable multiple-BSS support.  Since the NIC does not
         * clear the OWN bit, there is no natural place for it to
-        * stop processing BEACON desciptors.  Maybe it will *not*
+        * stop processing BEACON descriptors.  Maybe it will *not*
         * stop processing them!  I do not want to chance the NIC
         * looping around and around a saturated beacon ring, so
         * I will leave one descriptor unOWNed at all times.
diff -r 25a59cb793f6 -r c930cc08947d sys/dev/ic/smc83c170var.h
--- a/sys/dev/ic/smc83c170var.h Wed Nov 10 16:08:17 2021 +0000
+++ b/sys/dev/ic/smc83c170var.h Wed Nov 10 16:17:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smc83c170var.h,v 1.14 2009/09/03 14:13:16 tsutsui Exp $        */
+/*     $NetBSD: smc83c170var.h,v 1.15 2021/11/10 16:17:34 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
 #define        EPIC_CDFLOFF(x) EPIC_CDOFF(ecd_txfrags[(x)])
 
 /*
- * Software state for transmit and receive desciptors.
+ * Software state for transmit and receive descriptors.
  */
 struct epic_descsoft {
        struct mbuf *ds_mbuf;           /* head of mbuf chain */
diff -r 25a59cb793f6 -r c930cc08947d sys/dev/pci/if_ti.c
--- a/sys/dev/pci/if_ti.c       Wed Nov 10 16:08:17 2021 +0000
+++ b/sys/dev/pci/if_ti.c       Wed Nov 10 16:17:34 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.121 2021/06/05 14:28:28 thorpej Exp $ */
+/* $NetBSD: if_ti.c,v 1.122 2021/11/10 16:17:34 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -55,7 +55,7 @@
  *
  * The Tigon 2 contains 2 R4000 CPUs and requires a newer firmware
  * revision, which supports new features such as extended commands,
- * extended jumbo receive ring desciptors and a mini receive ring.
+ * extended jumbo receive ring descriptors and a mini receive ring.
  *
  * Alteon Networks is to be commended for releasing such a vast amount
  * of development material for the Tigon NIC without requiring an NDA
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.121 2021/06/05 14:28:28 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.122 2021/11/10 16:17:34 msaitoh Exp $");
 
 #include "opt_inet.h"
 
diff -r 25a59cb793f6 -r c930cc08947d sys/dev/scsipi/scsi_disk.h
--- a/sys/dev/scsipi/scsi_disk.h        Wed Nov 10 16:08:17 2021 +0000
+++ b/sys/dev/scsipi/scsi_disk.h        Wed Nov 10 16:17:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsi_disk.h,v 1.33 2019/12/27 09:41:51 msaitoh Exp $   */
+/*     $NetBSD: scsi_disk.h,v 1.34 2021/11/10 16:17:34 msaitoh Exp $   */
 
 /*
  * SCSI-specific interface description
@@ -111,7 +111,7 @@
 };
 
 /*
- * Defect desciptors.  These are used as the defect lists in the FORMAT UNIT
+ * Defect descriptors.  These are used as the defect lists in the FORMAT UNIT
  * and READ DEFECT DATA commands, and as the translate page of the
  * SEND DIAGNOSTIC and RECEIVE DIAGNOSTIC RESULTS commands.
  */



Home | Main Index | Thread Index | Old Index