s/desciptor/descriptor/ in comment.

This commit is contained in:
msaitoh 2021-11-10 16:17:34 +00:00
parent 94f62ba6c0
commit a396010d93
4 changed files with 10 additions and 10 deletions

View File

@ -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_txdesc_blk *tdb)
* 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.

View File

@ -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 */

View File

@ -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"

View File

@ -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_descriptor {
};
/*
* 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.
*/