diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-11 21:44:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-11 21:44:43 +0000 |
commit | 18c378db8fc0fe75e34f679aecc7bd3efe0f09c1 (patch) | |
tree | f9b3dd77d0e91e7b1c9180aae4beff56d9e919e4 /sys/arch | |
parent | b9da9f209bef5cc8bf1e1151708637c6eb8959c1 (diff) |
Typos
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/exec_mvme.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/libsa/exec_mvme.c | 4 |
2 files changed, 4 insertions, 4 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)); diff --git a/sys/arch/mvme88k/stand/libsa/exec_mvme.c b/sys/arch/mvme88k/stand/libsa/exec_mvme.c index 0b3203a7d31..9357cfc4c24 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.10 2004/01/01 01:11:12 miod Exp $ */ +/* $OpenBSD: exec_mvme.c,v 1.11 2004/11/11 21:44:42 miod Exp $ */ /*- @@ -95,7 +95,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)); |