summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-02-24 00:41:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-02-24 00:41:52 +0000
commit1be5dc38507442ef6c6f809a9153ece7afb9b4b4 (patch)
tree78f7740cc8290922c579bdaf4e8c50aabdae9fd9 /sys/dev
parent6baf85ef9abd16cd27a3c50603d3f2a41790d5cf (diff)
Various typos.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ncr5380var.h4
-rw-r--r--sys/dev/ic/ncr53c9xvar.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h
index 5c9ac97b844..280ca090477 100644
--- a/sys/dev/ic/ncr5380var.h
+++ b/sys/dev/ic/ncr5380var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380var.h,v 1.8 2002/03/14 01:26:55 millert Exp $ */
+/* $OpenBSD: ncr5380var.h,v 1.9 2003/02/24 00:41:51 miod Exp $ */
/* $NetBSD: ncr5380var.h,v 1.6 1996/05/10 18:04:06 gwr Exp $ */
/*
@@ -41,7 +41,7 @@
#define SCI_CLR_INTR(sc) (*(sc)->sci_iack)
#define SCI_BUSY(sc) (*sc->sci_bus_csr & SCI_BUS_BSY)
-/* These are NOT artibtrary, but map to bits in sci_tcmd */
+/* These are NOT arbitrary, but map to bits in sci_tcmd */
#define PHASE_DATA_OUT 0x0
#define PHASE_DATA_IN 0x1
#define PHASE_COMMAND 0x2
diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h
index c9ded10ee5a..8b9b02f11a4 100644
--- a/sys/dev/ic/ncr53c9xvar.h
+++ b/sys/dev/ic/ncr53c9xvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr53c9xvar.h,v 1.10 2002/03/14 01:26:55 millert Exp $ */
+/* $OpenBSD: ncr53c9xvar.h,v 1.11 2003/02/24 00:41:51 miod Exp $ */
/* $NetBSD: ncr53c9xvar.h,v 1.13 1998/05/26 23:17:34 thorpej Exp $ */
/*-
@@ -270,7 +270,7 @@ struct ncr53c9x_softc {
struct evcnt sc_intrcnt; /* intr count */
struct timeout sc_watchdog; /* periodic timer */
- struct scsi_link sc_link; /* scsi lint struct */
+ struct scsi_link sc_link; /* scsi link struct */
struct ncr53c9x_glue *sc_glue; /* glue to MD code */