summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-05-25 21:27:17 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-05-25 21:27:17 +0000
commit4b5549eb7177dfc955b9247f9190ad9252c8039c (patch)
tree27bcc3ba33f8115a674ab5aa2e954560575e4b4e /sys/arch/hp300
parentea6c22ed3e8787ca90bd0c939d3f389e7e2ec427 (diff)
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/dev/dcmreg.h10
-rw-r--r--sys/arch/hp300/include/intr.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/dcmreg.h b/sys/arch/hp300/dev/dcmreg.h
index 5fadb0b1870..2b7e49deba1 100644
--- a/sys/arch/hp300/dev/dcmreg.h
+++ b/sys/arch/hp300/dev/dcmreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dcmreg.h,v 1.4 2003/06/02 23:27:44 millert Exp $ */
+/* $OpenBSD: dcmreg.h,v 1.5 2007/05/25 21:27:15 krw Exp $ */
/* $NetBSD: dcmreg.h,v 1.5 1996/02/24 00:55:05 thorpej Exp $ */
/*
@@ -140,10 +140,10 @@ struct dcmpreg {
#define DCMRS 0x80 /* software reset, write */
/* interrupt control */
-#define DCMIPL(x) ((((x) >> 4) & 3) + 3) /* interupt level, read */
-#define IC_IR 0x40 /* interupt request, read */
-#define IC_IE 0x80 /* interupt enable, write */
-#define IC_ID 0x00 /* interupt disable, write */
+#define DCMIPL(x) ((((x) >> 4) & 3) + 3) /* interrupt level, read */
+#define IC_IR 0x40 /* interrupt request, read */
+#define IC_IE 0x80 /* interrupt enable, write */
+#define IC_ID 0x00 /* interrupt disable, write */
/* Semaphore control */
diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h
index e6fc7fcbaa5..db07ae7d614 100644
--- a/sys/arch/hp300/include/intr.h
+++ b/sys/arch/hp300/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.19 2007/05/15 13:46:22 martin Exp $ */
+/* $OpenBSD: intr.h,v 1.20 2007/05/25 21:27:15 krw Exp $ */
/* $NetBSD: intr.h,v 1.2 1997/07/24 05:43:08 scottr Exp $ */
/*-
@@ -56,7 +56,7 @@ struct isr {
/*
* These four globals contain the appropriate PSL_S|PSL_IPL? values
- * to raise interupt priority to the requested level.
+ * to raise interrupt priority to the requested level.
*/
extern unsigned short hp300_bioipl;
extern unsigned short hp300_netipl;