Subject: kern/18709: scsipi comment typos
To: None <gnats-bugs@gnats.netbsd.org>
From: john heasley <heas@shrubbery.net>
List: netbsd-bugs
Date: 10/19/2002 17:49:25
>Number: 18709
>Category: kern
>Synopsis: typos in scspiconf.h comments
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sat Oct 19 10:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: john heasley
>Release: NetBSD 1.6I
>Organization:
>Environment:
System: NetBSD guelah 1.6H NetBSD 1.6H (guelahddb) #9: Mon Sep 16 01:23:36 UTC 2002 root@guelah:/u5/src/sys/arch/sparc/compile/guelahddb sparc
Architecture: sparc
Machine: sparc
>Description:
simple comment typo coorections
>How-To-Repeat:
>Fix:
Index: scsipiconf.h
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/scsipi/scsipiconf.h,v
retrieving revision 1.70
diff -u -r1.70 scsipiconf.h
--- scsipiconf.h 2002/09/19 08:31:09 1.70
+++ scsipiconf.h 2002/10/19 17:46:52
@@ -184,7 +184,7 @@
*
* Note that `adapt_openings' is used by (the common case of) adapters
* which have per-adapter resources. If an adapter's command resources
- * are associated with a channel, the the `chan_openings' below will
+ * are associated with a channel, then the `chan_openings' below will
* be used instead.
*
* Note that all adapter entry points take a pointer to a channel,
@@ -193,7 +193,7 @@
*/
struct scsipi_adapter {
struct device *adapt_dev; /* pointer to adapter's device */
- int adapt_nchannels; /* numnber of adapter channels */
+ int adapt_nchannels; /* number of adapter channels */
int adapt_refcnt; /* adapter's reference count */
int adapt_openings; /* total # of command openings */
int adapt_max_periph; /* max openings per periph */
>Release-Note:
>Audit-Trail:
>Unformatted: