diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-29 09:08:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-29 09:08:21 +0000 |
commit | df744aafd1dd2b41bd0dd9620124b0b0f70e7f11 (patch) | |
tree | 640c09ddf1fdd5a841ada8234ac16049530deb1f /sys/arch/mvme68k | |
parent | 48f1ddc00aaebe5de53469a9d9a10c11566af4af (diff) |
avaliable -> available
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/dev/if_ie.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/if_le.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/mc.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vsreg.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/mvme68k/dev/if_ie.c b/sys/arch/mvme68k/dev/if_ie.c index a636472f273..e9fde5ec8e9 100644 --- a/sys/arch/mvme68k/dev/if_ie.c +++ b/sys/arch/mvme68k/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.22 2003/06/02 05:09:14 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.23 2003/09/29 09:08:17 miod Exp $ */ /*- * Copyright (c) 1999 Steve Murphree, Jr. @@ -426,7 +426,7 @@ ieattach(parent, self, aux) if (ca->ca_paddr == bootaddr) bootdv = self; - /* get the first avaliable etherbuf */ + /* get the first available etherbuf */ sc->sc_maddr = etherbuf; /* maddr = vaddr */ if (sc->sc_maddr == NULL) panic("ie: too many ethernet boards"); if (pmap_extract(pmap_kernel(), (vm_offset_t)sc->sc_maddr, &pa) == FALSE) diff --git a/sys/arch/mvme68k/dev/if_le.c b/sys/arch/mvme68k/dev/if_le.c index 74c2c398d91..7fc0747f681 100644 --- a/sys/arch/mvme68k/dev/if_le.c +++ b/sys/arch/mvme68k/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.21 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: if_le.c,v 1.22 2003/09/29 09:08:17 miod Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 @@ -311,7 +311,7 @@ leattach(parent, self, aux) switch (lebustype) { case BUS_VMES: /* - * get the first avaliable etherbuf. MVME376 uses its own dual-ported + * get the first available etherbuf. MVME376 uses its own dual-ported * RAM for etherbuf. It is set by dip switches on board. We support * the four Motorola address locations, however, the board can be set up * at any other address. We must map this space into the extio map. diff --git a/sys/arch/mvme68k/dev/mc.c b/sys/arch/mvme68k/dev/mc.c index cb23de0f072..0a2c34a1e96 100644 --- a/sys/arch/mvme68k/dev/mc.c +++ b/sys/arch/mvme68k/dev/mc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mc.c,v 1.11 2003/06/02 05:09:14 deraadt Exp $ */ +/* $OpenBSD: mc.c,v 1.12 2003/09/29 09:08:17 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -222,7 +222,7 @@ mc_enableflashwrite(on) } /* * Function to check if we booted from flash or prom. - * If we booted from PROM, flash mem is avaliable. + * If we booted from PROM, flash mem is available. */ int mc_hasflash(void) diff --git a/sys/arch/mvme68k/dev/vsreg.h b/sys/arch/mvme68k/dev/vsreg.h index 3278889030c..bb179e00e0b 100644 --- a/sys/arch/mvme68k/dev/vsreg.h +++ b/sys/arch/mvme68k/dev/vsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsreg.h,v 1.4 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: vsreg.h,v 1.5 2003/09/29 09:08:17 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1990 The Regents of the University of California. @@ -134,7 +134,7 @@ typedef struct LONGV #define M_IQAR_IQEA 0x8000 /* interrupt on queue entry avail */ #define M_IQAR_IQEH 0x4000 /* interrupt on queue half empty */ -#define M_IQAR_ILVL 0x0700 /* interrupt lvl on queue avaliable */ +#define M_IQAR_ILVL 0x0700 /* interrupt lvl on queue available */ #define M_IQAR_IVCT 0x00FF /* interrupt vector on queue avail */ /* |