summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-26 22:34:54 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-26 22:34:54 +0000
commitf4059d5e793407b2bcdb7a5c323dca2923d9832a (patch)
tree61a93f8a8ed71e04b298e741301fb64d4a68af35
parent6c28a4f8ded7de02a9c1ffe1c86260733d1d9d71 (diff)
Typos
-rw-r--r--sys/arch/mac68k/dev/zs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c
index 717cbaec064..7d731d46197 100644
--- a/sys/arch/mac68k/dev/zs.c
+++ b/sys/arch/mac68k/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.19 2004/12/09 00:50:11 martin Exp $ */
+/* $OpenBSD: zs.c,v 1.20 2004/12/26 22:34:53 miod Exp $ */
/* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */
/*
@@ -140,7 +140,7 @@ dev_t mac68k_zsdev;
/* Mac stuff */
volatile unsigned char *sccA = 0;
int nzsc_attached = 0; /* needed as long as we have spurious
- * interupt problems.
+ * interrupt problems.
*/
static struct zschan *zs_get_chan_addr(int zsc_unit, int channel);
@@ -300,7 +300,7 @@ zsc_attach(parent, self, aux)
cs->cs_reg_csr = &zc->zc_csr;
cs->cs_reg_data = &zc->zc_data;
- if (channel == 0) /* Double check interupts are off */
+ if (channel == 0) /* Double check interrupts are off */
zs_write_reg(cs, 9, 0);
bcopy(zs_init_reg, cs->cs_creg, 16);
@@ -930,8 +930,8 @@ zscnsetup()
*/
/*
- * As zs_loadchannelregs doesn't touch reg 9 (interupt control),
- * we won't accidentally turn on interupts below
+ * As zs_loadchannelregs doesn't touch reg 9 (interrupt control),
+ * we won't accidentally turn on interrupts below
*/
s = splhigh();
zs_loadchannelregs(cs);