summaryrefslogtreecommitdiff
path: root/sys/dev/ic/osiopvar.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
commit09533afdf9d8765c07281cc781bb793add772fff (patch)
tree127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/osiopvar.h
parent8340012e43d3e836557b3ef5cce99f0b05419e90 (diff)
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/osiopvar.h')
-rw-r--r--sys/dev/ic/osiopvar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/osiopvar.h b/sys/dev/ic/osiopvar.h
index c2b8ae6e683..1c47f8249f9 100644
--- a/sys/dev/ic/osiopvar.h
+++ b/sys/dev/ic/osiopvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: osiopvar.h,v 1.7 2003/06/26 00:40:53 mickey Exp $ */
+/* $OpenBSD: osiopvar.h,v 1.8 2003/10/21 18:58:49 jmc Exp $ */
/* $NetBSD: osiopvar.h,v 1.3 2002/05/14 02:58:35 matt Exp $ */
/*
@@ -116,7 +116,7 @@ struct osiop_ds {
u_int32_t pad[1+4]; /* pad to 256 bytes */
} __attribute__((__packed__));
-/* status can hold the SCSI_* status values, and 2 additionnal values: */
+/* status can hold the SCSI_* status values, and 2 additional values: */
#define SCSI_OSIOP_NOCHECK 0xfe /* don't check the scsi status */
#define SCSI_OSIOP_NOSTATUS 0xff /* device didn't report status */
@@ -245,8 +245,8 @@ struct osiop_softc {
/* negotiation states */
#define NEG_INIT 0 /* Initial negotiate state */
#define NEG_SYNC NEG_INIT /* Negotiate synch transfers */
-#define NEG_WAITS 1 /* Waiting for synch negoation response */
-#define NEG_DONE 2 /* Wide and/or sync negotation done */
+#define NEG_WAITS 1 /* Waiting for synch negotiation response */
+#define NEG_DONE 2 /* Wide and/or sync negotiation done */
void osiop_attach(struct osiop_softc *);
void osiop_intr(struct osiop_softc *);