diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-24 21:09:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-24 21:09:38 +0000 |
commit | 6d93c95f6697280404aae88a21d541e87dee0fae (patch) | |
tree | 2718cff5822c0c84c09f3bd9cee84840fd1f7dff | |
parent | 50fd319b5f6d9e565b78cb02d07a0daf844c019b (diff) |
Insane people can't spell insane correctly.
-rw-r--r-- | sys/arch/mvme68k/dev/vme.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/vme.h b/sys/arch/mvme68k/dev/vme.h index 1a7160935dd..bd97ca4a6f9 100644 --- a/sys/arch/mvme68k/dev/vme.h +++ b/sys/arch/mvme68k/dev/vme.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.h,v 1.9 2003/06/02 05:09:14 deraadt Exp $ */ +/* $OpenBSD: vme.h,v 1.10 2004/04/24 21:09:36 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -135,7 +135,7 @@ struct vme1reg { #define VME1_A16BASE 0xffff0000UL /* - * XXX: this chip has some rather inane access rules! + * XXX: this chip has some rather insane access rules! */ struct vme2reg { /*00*/ volatile u_long vme2_slaveaddr1; diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index 7363b279969..aa2d3faebaf 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.39 2004/03/09 00:08:13 xsa Exp $ */ +/* $OpenBSD: locore.s,v 1.40 2004/04/24 21:09:37 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -428,7 +428,7 @@ Lstart2: addl a5,a4 | convert to PA #if 0 | XXX clear from end-of-kernel to 1M, as a workaround for an - | inane pmap_bootstrap bug I cannot find (68040-specific) + | insane pmap_bootstrap bug I cannot find (68040-specific) movl a4,a0 movl #1024*1024,d0 cmpl a0,d0 | end of kernel is beyond 1M? |