diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
commit | 4b5549eb7177dfc955b9247f9190ad9252c8039c (patch) | |
tree | 27bcc3ba33f8115a674ab5aa2e954560575e4b4e /sys/dev/tc/tcdsreg.h | |
parent | ea6c22ed3e8787ca90bd0c939d3f389e7e2ec427 (diff) |
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Diffstat (limited to 'sys/dev/tc/tcdsreg.h')
-rw-r--r-- | sys/dev/tc/tcdsreg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/tc/tcdsreg.h b/sys/dev/tc/tcdsreg.h index 974f913a7d1..e402f4db8e1 100644 --- a/sys/dev/tc/tcdsreg.h +++ b/sys/dev/tc/tcdsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcdsreg.h,v 1.1 2002/05/02 22:56:06 miod Exp $ */ +/* $OpenBSD: tcdsreg.h,v 1.2 2007/05/25 21:27:16 krw Exp $ */ /* $NetBSD: tcdsreg.h,v 1.1 2000/07/04 02:22:20 nisimura Exp $ */ /* @@ -157,11 +157,11 @@ void tcds_scsi_reset(int); #define SCSI_CIR_xxx0 0x00200000 /* RESERVED */ #define SCSI_CIR_xxx1 0x00100000 /* RESERVED */ #else -#define SCSI_CIR_PREF1 0x00200000 /* 53C94 prefetch interupt */ -#define SCSI_CIR_PREF0 0x00100000 /* 53C94 prefetch interupt */ +#define SCSI_CIR_PREF1 0x00200000 /* 53C94 prefetch interrupt */ +#define SCSI_CIR_PREF0 0x00100000 /* 53C94 prefetch interrupt */ #endif -#define SCSI_CIR_53C94_INT1 0x00080000 /* SCSI[1] 53C94 Interupt */ -#define SCSI_CIR_53C94_INT0 0x00040000 /* SCSI[0] 53C94 Interupt */ +#define SCSI_CIR_53C94_INT1 0x00080000 /* SCSI[1] 53C94 Interrupt */ +#define SCSI_CIR_53C94_INT0 0x00040000 /* SCSI[0] 53C94 Interrupt */ #define SCSI_CIR_53C94_DREQ1 0x00020000 /* SCSI[1] 53C94 DREQ */ #define SCSI_CIR_53C94_DREQ0 0x00010000 /* SCSI[0] 53C94 DREQ */ #define SCSI_CIR_TC_PAR_TEST 0x00008000 /* TC parity test mode */ |