summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-11 21:44:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-11 21:44:43 +0000
commit18c378db8fc0fe75e34f679aecc7bd3efe0f09c1 (patch)
treef9b3dd77d0e91e7b1c9180aae4beff56d9e919e4 /sys/arch/mvme68k
parentb9da9f209bef5cc8bf1e1151708637c6eb8959c1 (diff)
Typos
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/stand/libsa/exec_mvme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/exec_mvme.c b/sys/arch/mvme68k/stand/libsa/exec_mvme.c
index 6e50d7816c8..0f4c52a45ec 100644
--- a/sys/arch/mvme68k/stand/libsa/exec_mvme.c
+++ b/sys/arch/mvme68k/stand/libsa/exec_mvme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_mvme.c,v 1.7 2003/09/19 22:34:52 miod Exp $ */
+/* $OpenBSD: exec_mvme.c,v 1.8 2004/11/11 21:44:40 miod Exp $ */
/* $NetBSD: exec_sun.c,v 1.5 1996/01/29 23:41:06 gwr Exp $ */
/*-
@@ -81,7 +81,7 @@ exec_mvme(file, flag)
* loadaddr as a parameter and let the kernel relocate itself!)
*
* note that ZMAGIC files included the a.out header in the text area
- * so we must mask that off (has no effect on the other formats
+ * so we must mask that off (has no effect on the other formats)
*/
loadaddr = (void *)(x.a_entry & ~sizeof(x));