diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
commit | 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch) | |
tree | e9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/arch/vax | |
parent | 5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff) |
Typos grab bag of the month, eyeballed by jmc@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/ka48.h | 4 | ||||
-rw-r--r-- | sys/arch/vax/include/sid.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/include/ka48.h b/sys/arch/vax/include/ka48.h index 2da6beba2d2..fc38726d75e 100644 --- a/sys/arch/vax/include/ka48.h +++ b/sys/arch/vax/include/ka48.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ka48.h,v 1.2 2001/02/25 15:55:28 hugh Exp $ */ +/* $OpenBSD: ka48.h,v 1.3 2006/03/04 19:33:21 miod Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -56,7 +56,7 @@ /* From OpenVMS $IO440DEF & $KA440DEF */ #define KA48_PARCTL 0x20080014 -#define KA48_PARCTL_CPEN 0x00000001 /* CPU Parity Eanble? */ +#define KA48_PARCTL_CPEN 0x00000001 /* CPU Parity Enable? */ #define KA48_PARCTL_NPEN 0x00000100 /* ?? Parity Enable */ #define KA48_PARCTL_INVENA 0x01000000 /* Invalid ? Enable */ #define KA48_PARCTL_AGS 0x02000000 /* ??? */ diff --git a/sys/arch/vax/include/sid.h b/sys/arch/vax/include/sid.h index f60e42a0a1c..5e4d0657076 100644 --- a/sys/arch/vax/include/sid.h +++ b/sys/arch/vax/include/sid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sid.h,v 1.13 2002/05/25 04:29:53 hugh Exp $ */ +/* $OpenBSD: sid.h,v 1.14 2006/03/04 19:33:21 miod Exp $ */ /* $NetBSD: sid.h,v 1.12 1999/12/11 17:55:13 ragge Exp $ */ /* @@ -32,9 +32,9 @@ */ /* - * Board-Type (?_BTYP_?) and Sub-Type (?_STYP_?) are synonima. + * Board-Type (?_BTYP_?) and Sub-Type (?_STYP_?) are synonyms. * Michael Kukat changed this 01/27/2001, STYP is relly a subtype now. - * other synonima are: + * other synonyms are: */ #define cpudata vax_cpudata #define cputype vax_cputype |