diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 16:54:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 16:54:58 +0000 |
commit | 2b9c09eae6a78aa5a432344310d543a777410693 (patch) | |
tree | ea127985e02b17372cbdc09c9ea835d1c99aa4b2 /sys/arch/mvme68k | |
parent | ca346ac5a4c93e1348e62be3a44c69e9ca703c65 (diff) |
People have difficulty spelling 'initial' and derivatives thereof (too many
"i's" I guess).
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/if_lereg.h | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/if_lereg.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/if_lereg.h b/sys/arch/mvme68k/stand/netboot/if_lereg.h index 685de369934..dd84f6171e1 100644 --- a/sys/arch/mvme68k/stand/netboot/if_lereg.h +++ b/sys/arch/mvme68k/stand/netboot/if_lereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:25 deraadt Exp $ */ +/* $OpenBSD: if_lereg.h,v 1.4 2000/12/21 16:54:55 aaron Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 @@ -63,7 +63,7 @@ struct lereg1 { #define LE_C0_MERR 0x0800 /* memory error */ #define LE_C0_RINT 0x0400 /* receiver interrupt */ #define LE_C0_TINT 0x0200 /* transmitter interrupt */ -#define LE_C0_IDON 0x0100 /* initalization done */ +#define LE_C0_IDON 0x0100 /* initialization done */ #define LE_C0_INTR 0x0080 /* interrupt condition */ #define LE_C0_INEA 0x0040 /* interrupt enable */ #define LE_C0_RXON 0x0020 /* receiver on */ @@ -71,7 +71,7 @@ struct lereg1 { #define LE_C0_TDMD 0x0008 /* transmit demand */ #define LE_C0_STOP 0x0004 /* disable all external activity */ #define LE_C0_STRT 0x0002 /* enable external activity */ -#define LE_C0_INIT 0x0001 /* begin initalization */ +#define LE_C0_INIT 0x0001 /* begin initialization */ #define LE_C0_BITS \ "\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\ diff --git a/sys/arch/mvme68k/stand/sboot/if_lereg.h b/sys/arch/mvme68k/stand/sboot/if_lereg.h index aad70679480..c35ceac5078 100644 --- a/sys/arch/mvme68k/stand/sboot/if_lereg.h +++ b/sys/arch/mvme68k/stand/sboot/if_lereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:41 deraadt Exp $ */ +/* $OpenBSD: if_lereg.h,v 1.4 2000/12/21 16:54:55 aaron Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 @@ -64,7 +64,7 @@ struct lereg1 { #define LE_C0_MERR 0x0800 /* memory error */ #define LE_C0_RINT 0x0400 /* receiver interrupt */ #define LE_C0_TINT 0x0200 /* transmitter interrupt */ -#define LE_C0_IDON 0x0100 /* initalization done */ +#define LE_C0_IDON 0x0100 /* initialization done */ #define LE_C0_INTR 0x0080 /* interrupt condition */ #define LE_C0_INEA 0x0040 /* interrupt enable */ #define LE_C0_RXON 0x0020 /* receiver on */ @@ -72,7 +72,7 @@ struct lereg1 { #define LE_C0_TDMD 0x0008 /* transmit demand */ #define LE_C0_STOP 0x0004 /* disable all external activity */ #define LE_C0_STRT 0x0002 /* enable external activity */ -#define LE_C0_INIT 0x0001 /* begin initalization */ +#define LE_C0_INIT 0x0001 /* begin initialization */ #define LE_C0_BITS \ "\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\ |