summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-01-01 01:11:10 +0000
committermiod <miod@openbsd.org>2004-01-01 01:11:10 +0000
commit0a11ec04e4e40bbc1c5cc1fd24ad11ea0236bef6 (patch)
tree5540326a804c15acbd6473ce7934830992a1e816
parentdocument how to do -beta and -current tagging (diff)
downloadwireguard-openbsd-0a11ec04e4e40bbc1c5cc1fd24ad11ea0236bef6.tar.xz
wireguard-openbsd-0a11ec04e4e40bbc1c5cc1fd24ad11ea0236bef6.zip
Some typos just never die (here controler vs controller).
-rw-r--r--sys/arch/mvme88k/mvme88k/locore.S4
-rw-r--r--sys/arch/mvme88k/stand/libsa/exec_mvme.c6
-rw-r--r--sys/arch/mvmeppc/stand/libsa/exec_mvme.c6
-rw-r--r--sys/arch/vax/uba/qv.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mvme88k/mvme88k/locore.S b/sys/arch/mvme88k/mvme88k/locore.S
index d348671d4d8..d549210ac90 100644
--- a/sys/arch/mvme88k/mvme88k/locore.S
+++ b/sys/arch/mvme88k/mvme88k/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.34 2003/11/03 06:54:26 david Exp $ */
+/* $OpenBSD: locore.S,v 1.35 2004/01/01 01:11:10 miod Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -133,7 +133,7 @@ GLOBAL(start_text)
/*
* Args passed by boot loader
* r2 howto
- * r3 boot controler address
+ * r3 boot controller address
* r4 esym
* r5 start of mini
* r6 end miniroot
diff --git a/sys/arch/mvme88k/stand/libsa/exec_mvme.c b/sys/arch/mvme88k/stand/libsa/exec_mvme.c
index 49a0666fb3d..0b3203a7d31 100644
--- a/sys/arch/mvme88k/stand/libsa/exec_mvme.c
+++ b/sys/arch/mvme88k/stand/libsa/exec_mvme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_mvme.c,v 1.9 2003/06/02 23:27:52 millert Exp $ */
+/* $OpenBSD: exec_mvme.c,v 1.10 2004/01/01 01:11:12 miod Exp $ */
/*-
@@ -187,8 +187,8 @@ exec_mvme(file, flag)
printf("=0x%x\n", cp - loadaddr);
close(io);
- printf("Start @ 0x%x ...\n", (int)entry);
- printf("Controler Address @ %x ...\n", bugargs.ctrl_addr);
+ printf("Start @ 0x%x\n", (int)entry);
+ printf("Controller Address 0x%x\n", bugargs.ctrl_addr);
if (flag & RB_HALT) mvmeprom_return();
bootdev = (bugargs.ctrl_lun << 8) | (bugargs.dev_lun & 0xFF);
diff --git a/sys/arch/mvmeppc/stand/libsa/exec_mvme.c b/sys/arch/mvmeppc/stand/libsa/exec_mvme.c
index 528c5a8d732..c8e6735baa1 100644
--- a/sys/arch/mvmeppc/stand/libsa/exec_mvme.c
+++ b/sys/arch/mvmeppc/stand/libsa/exec_mvme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_mvme.c,v 1.3 2003/06/02 23:27:53 millert Exp $ */
+/* $OpenBSD: exec_mvme.c,v 1.4 2004/01/01 01:11:12 miod Exp $ */
/*-
@@ -229,8 +229,8 @@ int flag;
close(io);
- printf("Start @ 0x%x ...\n", (int)entry);
- printf("Controler Address @ %x ...\n", bugargs.ctrl_addr);
+ printf("Start @ 0x%x\n", (int)entry);
+ printf("Controler Address 0x%x\n", bugargs.ctrl_addr);
if (flag & RB_HALT) mvmeprom_return();
bootdev = (bugargs.ctrl_lun << 8) | (bugargs.dev_lun & 0xFF);
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 */