Module Name: src Committed By: msaitoh Date: Wed Nov 10 16:17:34 UTC 2021
Modified Files: src/sys/dev/ic: rtw.c smc83c170var.h src/sys/dev/pci: if_ti.c src/sys/dev/scsipi: scsi_disk.h Log Message: s/desciptor/descriptor/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/dev/ic/rtw.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/smc83c170var.h cvs rdiff -u -r1.121 -r1.122 src/sys/dev/pci/if_ti.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/scsipi/scsi_disk.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/rtw.c diff -u src/sys/dev/ic/rtw.c:1.136 src/sys/dev/ic/rtw.c:1.137 --- src/sys/dev/ic/rtw.c:1.136 Wed Jun 16 00:21:18 2021 +++ src/sys/dev/ic/rtw.c Wed Nov 10 16:17:34 2021 @@ -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 @@ rtw_txdesc_blk_init_all(struct rtw_txdes * 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. Index: src/sys/dev/ic/smc83c170var.h diff -u src/sys/dev/ic/smc83c170var.h:1.14 src/sys/dev/ic/smc83c170var.h:1.15 --- src/sys/dev/ic/smc83c170var.h:1.14 Thu Sep 3 14:13:16 2009 +++ src/sys/dev/ic/smc83c170var.h Wed Nov 10 16:17:34 2021 @@ -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 @@ struct epic_control_data { #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 */ Index: src/sys/dev/pci/if_ti.c diff -u src/sys/dev/pci/if_ti.c:1.121 src/sys/dev/pci/if_ti.c:1.122 --- src/sys/dev/pci/if_ti.c:1.121 Sat Jun 5 14:28:28 2021 +++ src/sys/dev/pci/if_ti.c Wed Nov 10 16:17:34 2021 @@ -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" Index: src/sys/dev/scsipi/scsi_disk.h diff -u src/sys/dev/scsipi/scsi_disk.h:1.33 src/sys/dev/scsipi/scsi_disk.h:1.34 --- src/sys/dev/scsipi/scsi_disk.h:1.33 Fri Dec 27 09:41:51 2019 +++ src/sys/dev/scsipi/scsi_disk.h Wed Nov 10 16:17:34 2021 @@ -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 @@ struct scsi_initialization_pattern_descr }; /* - * 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. */