summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ncr5380var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/ncr5380var.h')
-rw-r--r--sys/dev/ic/ncr5380var.h4
1 files changed, 2 insertions, 2 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