summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@NetBSD.org>2003-03-03 20:54:28 +0000
committermjacob <mjacob@NetBSD.org>2003-03-03 20:54:28 +0000
commit1a127bb90e5e8c5e8d368cddbabebbc175e5ed09 (patch)
treecb4d458fc41b3264bda115d04360f055c6990cee /sys/dev
parent15332b558c6a5e8d85fdd15be983af3258840da4 (diff)
spelling
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/isp_tpublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h
index ce3ccebe9ac..29693d0cb40 100644
--- a/sys/dev/ic/isp_tpublic.h
+++ b/sys/dev/ic/isp_tpublic.h
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_tpublic.h,v 1.8 2001/12/14 00:13:46 mjacob Exp $ */
+/* $NetBSD: isp_tpublic.h,v 1.9 2003/03/03 20:54:28 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -110,7 +110,7 @@ typedef struct {
*
* The cd_private tag should be used by the MD layer to keep a free list
* of these structures. Code outside of this driver can then use this
- * as an to identify it's own unit structures. That is, when not on the MD
+ * to identify it's own unit structures. That is, when not on the MD
* layer's freelist, the MD layer should shove into it the identifier
* that the outer layer has for it- passed in on an initial QIN_HBA_REG
* call (see below).
@@ -322,7 +322,7 @@ typedef enum {
*/
/*
- * A word about ENABLE/DISABLE: the argument is a pointer to an tmd_cmd_t
+ * A word about ENABLE/DISABLE: the argument is a pointer to a tmd_cmd_t
* with cd_hba, cd_bus, cd_tgt and cd_lun filled out. If an error occurs
* in either enabling or disabling the described lun, cd_lflags is set
* with CDFL_ERROR.