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/mvme88k/dev/if_ie.c | |
parent | 48f1ddc00aaebe5de53469a9d9a10c11566af4af (diff) |
avaliable -> available
Diffstat (limited to 'sys/arch/mvme88k/dev/if_ie.c')
-rw-r--r-- | sys/arch/mvme88k/dev/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/if_ie.c b/sys/arch/mvme88k/dev/if_ie.c index 1eb8bfaff08..3bd029ea9fa 100644 --- a/sys/arch/mvme88k/dev/if_ie.c +++ b/sys/arch/mvme88k/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.24 2003/06/02 07:06:56 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.25 2003/09/29 09:08:19 miod Exp $ */ /*- * Copyright (c) 1998 Steve Murphree, Jr. @@ -425,7 +425,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(), (vaddr_t)sc->sc_maddr, &pa) == FALSE) |