diff options
-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 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/if_ie.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/if_ve.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vsreg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xd.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/osiop.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/yds.c | 4 | ||||
-rw-r--r-- | usr.bin/tn3270/ascii/map3270.c | 6 |
12 files changed, 25 insertions, 25 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 */ /* 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) diff --git a/sys/arch/mvme88k/dev/if_ve.c b/sys/arch/mvme88k/dev/if_ve.c index 2214c8f92fd..53fb1538987 100644 --- a/sys/arch/mvme88k/dev/if_ve.c +++ b/sys/arch/mvme88k/dev/if_ve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ve.c,v 1.19 2003/06/02 23:27:51 millert Exp $ */ +/* $OpenBSD: if_ve.c,v 1.20 2003/09/29 09:08:19 miod Exp $ */ /*- * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1982, 1992, 1993 @@ -277,7 +277,7 @@ veattach(parent, self, aux) lesc->sc_vec = ca->ca_vec; - /* get the first avaliable etherbuf */ + /* get the first available etherbuf */ switch ((int)ca->ca_paddr) { case 0xFFFF1200: addr = (caddr_t)0xFD6C0000; diff --git a/sys/arch/mvme88k/dev/vsreg.h b/sys/arch/mvme88k/dev/vsreg.h index 71283f36559..b6cf80efd3b 100644 --- a/sys/arch/mvme88k/dev/vsreg.h +++ b/sys/arch/mvme88k/dev/vsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsreg.h,v 1.4 2003/06/02 23:27:52 millert Exp $ */ +/* $OpenBSD: vsreg.h,v 1.5 2003/09/29 09:08:19 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 */ /* diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c index 553bd22de3c..f1f504c6ec2 100644 --- a/sys/arch/sparc/dev/xd.c +++ b/sys/arch/sparc/dev/xd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xd.c,v 1.25 2003/08/15 20:32:14 tedu Exp $ */ +/* $OpenBSD: xd.c,v 1.26 2003/09/29 09:08:19 miod Exp $ */ /* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */ /* @@ -1491,7 +1491,7 @@ xdc_startbuf(xdcsc, xdsc, bp) * picked up later by the interrupt routine. for case [2] the * programmed i/o driver is called with a special flag that says * return when one iopb is free. for case [3] the process can sleep - * on the iorq free list until some iopbs are avaliable. + * on the iorq free list until some iopbs are available. */ diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index fd38dc371d3..29411e8da2d 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.22 2003/08/15 20:32:14 tedu Exp $ */ +/* $OpenBSD: xy.c,v 1.23 2003/09/29 09:08:19 miod Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -1343,7 +1343,7 @@ xyc_startbuf(xycsc, xysc, bp) * [2] we can only be blocked if there is a WAIT type I/O request being * run. since this can only happen when we are crashing, we wait a sec * and then steal the IOPB. for case [3] the process can sleep - * on the iorq free list until some iopbs are avaliable. + * on the iorq free list until some iopbs are available. */ diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 651913f7e1e..8811c786a43 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osiop.c,v 1.16 2003/08/11 06:20:57 mickey Exp $ */ +/* $OpenBSD: osiop.c,v 1.17 2003/09/29 09:08:19 miod Exp $ */ /* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */ /* @@ -68,7 +68,7 @@ * * bus_space/bus_dma'fied by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> * - * The 53c710 datasheet is avaliable at: + * The 53c710 datasheet is available at: * http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/index.html */ diff --git a/sys/dev/pci/yds.c b/sys/dev/pci/yds.c index f943d91d9aa..9e7d2fe4ffe 100644 --- a/sys/dev/pci/yds.c +++ b/sys/dev/pci/yds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yds.c,v 1.19 2003/05/14 09:04:59 jason Exp $ */ +/* $OpenBSD: yds.c,v 1.20 2003/09/29 09:08:20 miod Exp $ */ /* $NetBSD: yds.c,v 1.5 2001/05/21 23:55:04 minoura Exp $ */ /* @@ -1837,7 +1837,7 @@ yds_init(sc_) delay(1); } if (to == AC97_TIMEOUT) { - printf("%s: no AC97 avaliable\n", sc->sc_dev.dv_xname); + printf("%s: no AC97 available\n", sc->sc_dev.dv_xname); return -1; } diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c index 90dabb4c9a2..06c6470322c 100644 --- a/usr.bin/tn3270/ascii/map3270.c +++ b/usr.bin/tn3270/ascii/map3270.c @@ -1,4 +1,4 @@ -/* $OpenBSD: map3270.c,v 1.7 2003/06/03 02:56:19 millert Exp $ */ +/* $OpenBSD: map3270.c,v 1.8 2003/09/29 09:08:20 miod Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: map3270.c,v 1.7 2003/06/03 02:56:19 millert Exp $"; +static char rcsid[] = "$OpenBSD: map3270.c,v 1.8 2003/09/29 09:08:20 miod Exp $"; #endif /* not lint */ /* This program reads a description file, somewhat like /etc/termcap, @@ -95,7 +95,7 @@ static state firstentry = { 0, STATE_NULL, 0, 0 }; static state *headOfQueue = &firstentry; /* the following is a primitive adm3a table, to be used when nothing - * else seems to be avaliable. + * else seems to be available. */ #ifdef DEBUG |