summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-01 01:11:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-01 01:11:13 +0000
commita2c29846973e1c2558a519a4313be7108a23181d (patch)
tree4c75a5bff2116b96e0074df312c148736393c3ec /sys/arch/vax
parente34f55cd4694f09ef48b4c9c799fa105432cb27e (diff)
Some typos just never die (here controler vs controller).
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/uba/qv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index aea17b53a29..a5446a3fe69 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.8 2003/11/10 21:05:06 miod Exp $ */
+/* $OpenBSD: qv.c,v 1.9 2004/01/01 01:11:12 miod Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -299,7 +299,7 @@ qvprobe(reg, ctlr)
/*
* Turn on the keyboard and vertical interrupt vectors.
*/
- qvaddr->qv_intcsr = 0; /* init the interrupt controler */
+ qvaddr->qv_intcsr = 0; /* init the interrupt controller */
qvaddr->qv_intcsr = 0x40; /* reset irr */
qvaddr->qv_intcsr = 0x80; /* specify individual vectors */
qvaddr->qv_intcsr = 0xc0; /* preset autoclear data */