summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-28 23:46:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-28 23:46:41 +0000
commit071c8f2fffb345652c7592353547999d4d06bb78 (patch)
tree1370c54be5d6a7c34df7501934ed6b79457a2d4f /sys
parent7e7bae089ddc2325d207f9a9fb05a9b69fc577e5 (diff)
Better fix the typo for real, this time. Oops.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvmeppc/stand/libsa/exec_mvme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/libsa/exec_mvme.c b/sys/arch/mvmeppc/stand/libsa/exec_mvme.c
index 48dd3a46511..360b09eab5e 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.6 2004/01/24 22:15:34 miod Exp $ */
+/* $OpenBSD: exec_mvme.c,v 1.7 2004/01/28 23:46:40 miod Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@@ -74,7 +74,7 @@ exec_mvme(file, flag)
esym = (void *)marks[MARK_END];
printf("Start @ 0x%x\n", (unsigned int)entry);
- printf("Controler Address 0x%x\n", bugargs.ctrl_addr);
+ printf("Controller Address 0x%x\n", bugargs.ctrl_addr);
if (flag & RB_HALT)
mvmeprom_return();