diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
commit | 494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch) | |
tree | 5dc4ce418220b723501ba06db24d4002d306ffe8 /sys | |
parent | d5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff) |
spelling
Diffstat (limited to 'sys')
34 files changed, 69 insertions, 69 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.c b/sys/arch/alpha/stand/boot/disk.c index c79c91caecf..0c2c7cae7cc 100644 --- a/sys/arch/alpha/stand/boot/disk.c +++ b/sys/arch/alpha/stand/boot/disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.c,v 1.8 1998/09/04 16:59:06 millert Exp $ */ +/* $OpenBSD: disk.c,v 1.9 2001/01/25 03:50:46 todd Exp $ */ /* $NetBSD: disk.c,v 1.6 1997/04/06 08:40:33 cgd Exp $ */ /* @@ -64,7 +64,7 @@ diskstrategy(devdata, rw, bn, reqcnt, addrvoid, cnt) daddr_t bn; size_t reqcnt; void *addrvoid; - size_t *cnt; /* out: number of bytes transfered */ + size_t *cnt; /* out: number of bytes transferred */ { char *addr = addrvoid; struct disk_softc *sc; diff --git a/sys/arch/amiga/dev/sbicvar.h b/sys/arch/amiga/dev/sbicvar.h index b13ef2eeea4..f7e4313a620 100644 --- a/sys/arch/amiga/dev/sbicvar.h +++ b/sys/arch/amiga/dev/sbicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h,v 1.3 1996/05/02 06:44:27 niklas Exp $ */ +/* $OpenBSD: sbicvar.h,v 1.4 2001/01/25 03:50:46 todd Exp $ */ /* $NetBSD: sbicvar.h,v 1.11 1996/04/21 21:12:23 veego Exp $ */ /* @@ -132,7 +132,7 @@ struct sbic_softc { u_char sc_stat[2]; u_char sc_msg[7]; u_long sc_clkfreq; - u_long sc_tcnt; /* number of bytes transfered */ + u_long sc_tcnt; /* number of bytes transferred */ u_short sc_dmacmd; /* used by dma drivers */ u_short sc_dmatimo; /* dma timeout */ u_long sc_dmamask; /* dma valid mem mask */ diff --git a/sys/arch/amiga/dev/sfas.c b/sys/arch/amiga/dev/sfas.c index 1aee5e110a9..29dbf130231 100644 --- a/sys/arch/amiga/dev/sfas.c +++ b/sys/arch/amiga/dev/sfas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfas.c,v 1.7 2000/05/28 02:34:13 art Exp $ */ +/* $OpenBSD: sfas.c,v 1.8 2001/01/25 03:50:46 todd Exp $ */ /* $NetBSD: sfas.c,v 1.12 1996/10/13 03:07:33 christos Exp $ */ /* @@ -1327,12 +1327,12 @@ sfas_midaction(dev, rp, nexus) case SFAS_NS_DATA_IN: case SFAS_NS_DATA_OUT: - /* We have transfered data. */ + /* We have transferred data. */ if (dev->sc_dma_len) if (dev->sc_cur_link < dev->sc_max_link) { /* * Clean up dma and at the same time get how - * many bytes that were NOT transfered. + * many bytes that were NOT transferred. */ left = dev->sc_setup_dma(dev, 0, 0, SFAS_DMA_CLEAR); len = dev->sc_dma_len; @@ -1359,7 +1359,7 @@ sfas_midaction(dev, rp, nexus) } /* - * Update pointers/length to reflect the transfered + * Update pointers/length to reflect the transferred * data. */ dev->sc_len -= len-left; diff --git a/sys/arch/arc/dev/asc.c b/sys/arch/arc/dev/asc.c index 1e9105c569e..e6723fbb0be 100644 --- a/sys/arch/arc/dev/asc.c +++ b/sys/arch/arc/dev/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.9 1998/03/16 09:38:39 pefo Exp $ */ +/* $OpenBSD: asc.c,v 1.10 2001/01/25 03:50:47 todd Exp $ */ /* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */ /*- @@ -399,7 +399,7 @@ typedef struct scsi_state { int statusByte; /* status byte returned during STATUS_PHASE */ u_int dmaBufSize; /* DMA buffer size */ int dmalen; /* amount to transfer in this chunk */ - int dmaresid; /* amount not transfered if chunk suspended */ + int dmaresid; /* amount not transferred if chunk suspended */ int cmdlen; /* length of command in cmd */ int buflen; /* total remaining amount of data to transfer */ vm_offset_t buf; /* current pointer within scsicmd->buf */ @@ -1025,7 +1025,7 @@ asc_intr(sc) /* * OK, message coming in clean up whatever is going on. - * Get number of bytes left to transfered from byte counter + * Get number of bytes left to transferred from byte counter * counter decrements when data is trf on the SCSI bus */ ASC_TC_GET(regs, len); diff --git a/sys/arch/arm32/podulebus/sbicvar.h b/sys/arch/arm32/podulebus/sbicvar.h index 3e17ecc7ff7..4c0c29f87e9 100644 --- a/sys/arch/arm32/podulebus/sbicvar.h +++ b/sys/arch/arm32/podulebus/sbicvar.h @@ -132,7 +132,7 @@ struct sbic_softc { u_char sc_stat[2]; u_char sc_msg[7]; u_long sc_clkfreq; - u_long sc_tcnt; /* number of bytes transfered */ + u_long sc_tcnt; /* number of bytes transferred */ u_short sc_dmacmd; /* used by dma drivers */ u_short sc_dmatimo; /* dma timeout */ u_long sc_dmamask; /* dma valid mem mask */ diff --git a/sys/arch/arm32/podulebus/sfas.c b/sys/arch/arm32/podulebus/sfas.c index f605486391d..7dac28fcab8 100644 --- a/sys/arch/arm32/podulebus/sfas.c +++ b/sys/arch/arm32/podulebus/sfas.c @@ -1154,12 +1154,12 @@ sfas_midaction(dev, rp, nexus) case SFAS_NS_DATA_IN: case SFAS_NS_DATA_OUT: - /* We have transfered data. */ + /* We have transferred data. */ if (dev->sc_dma_len) if (dev->sc_cur_link < dev->sc_max_link) { /* * Clean up dma and at the same time get how - * many bytes that were NOT transfered. + * many bytes that were NOT transferred. */ left = dev->sc_setup_dma(dev, 0, 0, SFAS_DMA_CLEAR); len = dev->sc_dma_len; @@ -1186,7 +1186,7 @@ sfas_midaction(dev, rp, nexus) } /* - * Update pointers/length to reflect the transfered + * Update pointers/length to reflect the transferred * data. */ dev->sc_len -= len-left; diff --git a/sys/arch/kbus/dev/sbicvar.h b/sys/arch/kbus/dev/sbicvar.h index 93228a1341e..3ca88a9a3d7 100644 --- a/sys/arch/kbus/dev/sbicvar.h +++ b/sys/arch/kbus/dev/sbicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h,v 1.1 1997/10/14 07:25:30 gingold Exp $ */ +/* $OpenBSD: sbicvar.h,v 1.2 2001/01/25 03:50:47 todd Exp $ */ /* $NetBSD: sbicvar.h,v 1.11 1996/04/21 21:12:23 veego Exp $ */ /* @@ -132,7 +132,7 @@ struct sbic_softc { u_char sc_stat[2]; u_char sc_msg[7]; u_long sc_clkfreq; - u_long sc_tcnt; /* number of bytes transfered */ + u_long sc_tcnt; /* number of bytes transferred */ u_short sc_dmacmd; /* used by dma drivers */ u_short sc_dmatimo; /* dma timeout */ u_long sc_dmamask; /* dma valid mem mask */ diff --git a/sys/arch/kbus/dev/sbicvar.h.mvme b/sys/arch/kbus/dev/sbicvar.h.mvme index 825f54d957f..005bbbb538a 100644 --- a/sys/arch/kbus/dev/sbicvar.h.mvme +++ b/sys/arch/kbus/dev/sbicvar.h.mvme @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h.mvme,v 1.1 1997/10/14 07:25:30 gingold Exp $ */ +/* $OpenBSD: sbicvar.h.mvme,v 1.2 2001/01/25 03:50:47 todd Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -120,7 +120,7 @@ struct sbic_softc { u_char sc_stat[2]; u_char sc_msg[7]; u_long sc_clkfreq; - u_long sc_tcnt; /* number of bytes transfered */ + u_long sc_tcnt; /* number of bytes transferred */ u_short sc_dmacmd; /* used by dma drivers */ u_long sc_dmamask; /* dma valid mem mask */ diff --git a/sys/arch/mvme68k/dev/sbicvar.h b/sys/arch/mvme68k/dev/sbicvar.h index bbf96599e6c..02f50b1e892 100644 --- a/sys/arch/mvme68k/dev/sbicvar.h +++ b/sys/arch/mvme68k/dev/sbicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h,v 1.3 1996/04/28 11:24:47 deraadt Exp $ */ +/* $OpenBSD: sbicvar.h,v 1.4 2001/01/25 03:50:48 todd Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -120,7 +120,7 @@ struct sbic_softc { u_char sc_stat[2]; u_char sc_msg[7]; u_long sc_clkfreq; - u_long sc_tcnt; /* number of bytes transfered */ + u_long sc_tcnt; /* number of bytes transferred */ u_short sc_dmacmd; /* used by dma drivers */ u_long sc_dmamask; /* dma valid mem mask */ #ifdef DEBUG diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c index 030265f1aba..b0ed05470b9 100644 --- a/sys/arch/mvme88k/dev/vx.c +++ b/sys/arch/mvme88k/dev/vx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vx.c,v 1.3 2001/01/14 20:25:22 smurph Exp $ */ +/* $OpenBSD: vx.c,v 1.4 2001/01/25 03:50:48 todd Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -612,7 +612,7 @@ int port; rwp.device_number = port; /* - * Do not wait. Characters will be transfered + * Do not wait. Characters will be transferred * to (*linesw[tp->t_line].l_rint)(c,tp); by * vx_intr() (IPC will notify via interrupt) */ diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c index 46a25def4d8..7d583b16621 100644 --- a/sys/arch/pmax/dev/rz.c +++ b/sys/arch/pmax/dev/rz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rz.c,v 1.19 1999/08/20 16:22:04 maja Exp $ */ +/* $OpenBSD: rz.c,v 1.20 2001/01/25 03:50:48 todd Exp $ */ /* $NetBSD: rz.c,v 1.38 1998/05/08 00:05:19 simonb Exp $ */ /* @@ -733,7 +733,7 @@ void rzdone(unit, error, resid, status) register int unit; int error; /* error number from errno.h */ - int resid; /* amount not transfered */ + int resid; /* amount not transferred */ int status; /* SCSI status byte */ { register struct rz_softc *sc = &rz_softc[unit]; diff --git a/sys/arch/pmax/dev/sii.c b/sys/arch/pmax/dev/sii.c index 37df3adda90..8a9869d9101 100644 --- a/sys/arch/pmax/dev/sii.c +++ b/sys/arch/pmax/dev/sii.c @@ -732,7 +732,7 @@ again: printf("%s: Parity error!!\n", sc->sc_dev.dv_xname); goto abort; } - /* dmalen = amount left to transfer, i = amount transfered */ + /* dmalen = amount left to transfer, i = amount transferred */ i = state->dmalen; state->dmalen = 0; state->dmaCurPhase = -1; @@ -998,7 +998,7 @@ again: #endif } - /* read amount transfered if DMA didn't finish */ + /* read amount transferred if DMA didn't finish */ if (state->dmalen > 0) { i = state->dmalen - regs->dmlotc; state->dmalen = 0; diff --git a/sys/arch/pmax/dev/tz.c b/sys/arch/pmax/dev/tz.c index 9bd85814e31..eb27d9da63b 100644 --- a/sys/arch/pmax/dev/tz.c +++ b/sys/arch/pmax/dev/tz.c @@ -379,7 +379,7 @@ void tzdone(unit, error, resid, status) int unit; int error; /* error number from errno.h */ - int resid; /* amount not transfered */ + int resid; /* amount not transferred */ int status; /* SCSI status byte */ { register struct tz_softc *sc = &tz_softc[unit]; diff --git a/sys/arch/pmax/stand/rz.c b/sys/arch/pmax/stand/rz.c index eabc47b01fb..62039228e20 100644 --- a/sys/arch/pmax/stand/rz.c +++ b/sys/arch/pmax/stand/rz.c @@ -60,7 +60,7 @@ rzstrategy(devdata, rw, bn, reqcnt, addr, cnt) daddr_t bn; u_int reqcnt; char *addr; - u_int *cnt; /* out: number of bytes transfered */ + u_int *cnt; /* out: number of bytes transferred */ { register struct rz_softc *sc = (struct rz_softc *)devdata; register int part = sc->sc_part; diff --git a/sys/arch/sun3/dev/si_obio.c b/sys/arch/sun3/dev/si_obio.c index abec4af0210..23cdac9b2b7 100644 --- a/sys/arch/sun3/dev/si_obio.c +++ b/sys/arch/sun3/dev/si_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si_obio.c,v 1.9 2000/06/06 20:51:41 miod Exp $ */ +/* $OpenBSD: si_obio.c,v 1.10 2001/01/25 03:50:49 todd Exp $ */ /* $NetBSD: si_obio.c,v 1.7 1996/11/20 18:57:00 gwr Exp $ */ /*- @@ -501,7 +501,7 @@ si_obio_dma_stop(ncr_sc) (si->fifo_data & 0xff00) >> 8; goto out; } - /* UDC might not have transfered the last word. */ + /* UDC might not have transferred the last word. */ udc_cnt = si_obio_udc_read(si, UDC_ADR_COUNT); if (((udc_cnt * 2) - resid) == 2) { NCR_TRACE("si_dma_stop: leftover 2 at 0x%x\n", diff --git a/sys/arch/wgrisc/dev/asc.c b/sys/arch/wgrisc/dev/asc.c index 82cb4b7430e..4b8bd892559 100644 --- a/sys/arch/wgrisc/dev/asc.c +++ b/sys/arch/wgrisc/dev/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.3 1997/07/21 11:26:09 pefo Exp $ */ +/* $OpenBSD: asc.c,v 1.4 2001/01/25 03:50:49 todd Exp $ */ /* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */ /*- @@ -385,7 +385,7 @@ typedef struct scsi_state { int statusByte; /* status byte returned during STATUS_PHASE */ u_int dmaBufSize; /* DMA buffer size */ int dmalen; /* amount to transfer in this chunk */ - int dmaresid; /* amount not transfered if chunk suspended */ + int dmaresid; /* amount not transferred if chunk suspended */ int cmdlen; /* length of command in cmd */ int buflen; /* total remaining amount of data to transfer */ vm_offset_t buf; /* current pointer within scsicmd->buf */ @@ -1024,7 +1024,7 @@ asc_intr(sc) /* * OK, message coming in clean up whatever is going on. - * Get number of bytes left to transfered from byte counter + * Get number of bytes left to transferred from byte counter * counter decrements when data is trf on the SCSI bus */ ASC_TC_GET(regs, len); diff --git a/sys/arch/wgrisc/stand/boot/fl.c b/sys/arch/wgrisc/stand/boot/fl.c index 02459551ff7..0b67ab7af00 100644 --- a/sys/arch/wgrisc/stand/boot/fl.c +++ b/sys/arch/wgrisc/stand/boot/fl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fl.c,v 1.1 1997/07/21 06:58:13 pefo Exp $ */ +/* $OpenBSD: fl.c,v 1.2 2001/01/25 03:50:49 todd Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -52,7 +52,7 @@ flstrategy(devdata, rw, bn, reqcnt, addr, cnt) daddr_t bn; u_int reqcnt; char *addr; - u_int *cnt; /* out: number of bytes transfered */ + u_int *cnt; /* out: number of bytes transferred */ { struct fl_softc *sc = (struct fl_softc *)devdata; int s; diff --git a/sys/arch/wgrisc/stand/boot/sd.c b/sys/arch/wgrisc/stand/boot/sd.c index c04fa3ce732..a89abe8704b 100644 --- a/sys/arch/wgrisc/stand/boot/sd.c +++ b/sys/arch/wgrisc/stand/boot/sd.c @@ -61,7 +61,7 @@ sdstrategy(devdata, rw, bn, reqcnt, addr, cnt) daddr_t bn; u_int reqcnt; char *addr; - u_int *cnt; /* out: number of bytes transfered */ + u_int *cnt; /* out: number of bytes transferred */ { struct sd_softc *sc = (struct sd_softc *)devdata; struct partition *pp = &sc->sc_label.d_partitions[sc->sc_part]; diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c index f9da3dd32cc..1a2a24f3b78 100644 --- a/sys/dev/ata/wd.c +++ b/sys/dev/ata/wd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wd.c,v 1.13 2000/06/30 06:56:24 art Exp $ */ +/* $OpenBSD: wd.c,v 1.14 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: wd.c,v 1.193 1999/02/28 17:15:27 explorer Exp $ */ /* @@ -137,7 +137,7 @@ struct wd_softc { struct buf sc_q; /* IDE disk soft states */ struct ata_bio sc_wdc_bio; /* current transfer */ - struct buf *sc_bp; /* buf being transfered */ + struct buf *sc_bp; /* buf being transferred */ struct ata_drive_datas *drvp; /* Our controller's infos */ int openings; struct ataparams sc_params;/* drive characteistics found */ diff --git a/sys/dev/ata/wdvar.h b/sys/dev/ata/wdvar.h index 5dc67ffedbe..a3daa7e2c59 100644 --- a/sys/dev/ata/wdvar.h +++ b/sys/dev/ata/wdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdvar.h,v 1.2 2000/04/10 07:06:16 csapuntz Exp $ */ +/* $OpenBSD: wdvar.h,v 1.3 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: wdvar.h,v 1.3 1998/11/11 19:38:27 bouyer Exp $ */ /* @@ -47,7 +47,7 @@ struct ata_bio { int multi; /* number of blocks to transfer in multi-mode */ struct disklabel *lp; /* pointer to drive's label info */ daddr_t blkno; /* block addr */ - daddr_t blkdone; /* number of blks transfered */ + daddr_t blkdone; /* number of blks transferred */ daddr_t nblks; /* number of block currently transfering */ int nbytes; /* number of bytes currently transfering */ long bcount; /* total number of bytes */ diff --git a/sys/dev/ic/dptreg.h b/sys/dev/ic/dptreg.h index 080f5b25f5b..3b590f699de 100644 --- a/sys/dev/ic/dptreg.h +++ b/sys/dev/ic/dptreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dptreg.h,v 1.1 1999/11/30 07:55:56 cmetz Exp $ */ +/* $OpenBSD: dptreg.h,v 1.2 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: dptreg.h,v 1.4 1999/10/19 20:16:48 ad Exp $ */ /* @@ -186,7 +186,7 @@ struct eata_sp { u_int8_t sp_hba_status; /* host adapter status */ u_int8_t sp_scsi_status; /* SCSI bus status */ u_int8_t sp_reserved[2]; /* reserved */ - u_int32_t sp_inv_residue; /* bytes not transfered */ + u_int32_t sp_inv_residue; /* bytes not transferred */ u_int32_t sp_ccbid; /* ID of software CCB */ u_int8_t sp_id_message; u_int8_t sp_que_message; diff --git a/sys/dev/ic/ncr5380.c b/sys/dev/ic/ncr5380.c index a0c4534c188..443c43b84cc 100644 --- a/sys/dev/ic/ncr5380.c +++ b/sys/dev/ic/ncr5380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380.c,v 1.2 1996/10/31 01:01:34 niklas Exp $ */ +/* $OpenBSD: ncr5380.c,v 1.3 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: ncr5380.c,v 1.3 1995/09/26 21:04:27 pk Exp $ */ /* @@ -678,7 +678,7 @@ ncr5380_dorequest(sc, target, lun, cmd, cmdlen, databuf, datalen, sent) &stat, &msg); #ifdef DEBUG if (ncr5380_debug) { - printf("ncr5380_dorequest: data transfered = %d\n", *sent); + printf("ncr5380_dorequest: data transferred = %d\n", *sent); } #endif diff --git a/sys/dev/isa/if_ecreg.h b/sys/dev/isa/if_ecreg.h index 767d683ab56..d0c8e8902e8 100644 --- a/sys/dev/isa/if_ecreg.h +++ b/sys/dev/isa/if_ecreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ecreg.h,v 1.1 1998/09/22 06:33:18 fgsch Exp $ */ +/* $OpenBSD: if_ecreg.h,v 1.2 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: if_ecreg.h,v 1.1 1997/11/02 00:44:26 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ #define ELINK2_PSPR 1 /* - * DrQ Timer Register. Determines number of bytes to be transfered during a + * DrQ Timer Register. Determines number of bytes to be transferred during a * DMA burst. */ #define ELINK2_DQTR 2 diff --git a/sys/dev/isa/if_edreg.h b/sys/dev/isa/if_edreg.h index 50493068a3a..08a2f58cd28 100644 --- a/sys/dev/isa/if_edreg.h +++ b/sys/dev/isa/if_edreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_edreg.h,v 1.4 1998/03/16 10:41:42 downsj Exp $ */ +/* $OpenBSD: if_edreg.h,v 1.5 2001/01/25 03:50:50 todd Exp $ */ /* $NetBSD: if_edreg.h,v 1.15 1996/01/10 16:49:22 chuck Exp $ */ /* @@ -277,7 +277,7 @@ #define ED_3COM_PSPR 1 /* - * DrQ Timer Register. Determines number of bytes to be transfered during a + * DrQ Timer Register. Determines number of bytes to be transferred during a * DMA burst. */ #define ED_3COM_DQTR 2 diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c index 2e78b143e35..15e01aca1da 100644 --- a/sys/dev/pci/if_tl.c +++ b/sys/dev/pci/if_tl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tl.c,v 1.14 2000/11/14 03:56:32 jason Exp $ */ +/* $OpenBSD: if_tl.c,v 1.15 2001/01/25 03:50:51 todd Exp $ */ /* * Copyright (c) 1997, 1998 @@ -118,7 +118,7 @@ * To transmit frames, the driver again sets up lists and fragment * descriptors, only this time the buffers contain frame data that * is to be DMA'ed into the chip instead of out of it. Once the chip - * has transfered the data into its on-board SRAM, it will trigger a + * has transferred the data into its on-board SRAM, it will trigger a * TX 'end of frame' interrupt. It will also generate an 'end of channel' * interrupt when it reaches the end of the list. */ diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 052e0225c33..01ce9e3254f 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.52 2000/10/08 19:36:09 millert Exp $ */ +/* $OpenBSD: ncr.c,v 1.53 2001/01/25 03:50:51 todd Exp $ */ /* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */ /************************************************************************** @@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit); #if 0 static char ident[] = - "\n$OpenBSD: ncr.c,v 1.52 2000/10/08 19:36:09 millert Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.53 2001/01/25 03:50:51 todd Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -6369,7 +6369,7 @@ static void ncr_int_ma (ncb_p np, u_char dstat) /* - ** The data in the dma fifo has not been transfered to + ** The data in the dma fifo has not been transferred to ** the target -> add the amount to the rest ** and clear the data. ** Check the sstat2 register in case of wide transfer. diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index 863abac8f8e..03d633ad262 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.15 2000/09/10 01:11:52 miod Exp $ */ +/* $OpenBSD: asc.c,v 1.16 2001/01/25 03:50:52 todd Exp $ */ /* $NetBSD: asc.c,v 1.46 1998/05/08 15:39:01 mhitch Exp $ */ /*- @@ -584,7 +584,7 @@ asc_start(scsicmd) } asc->cmd[sdp->sd_drive] = scsicmd; /* - * Kludge: use a 60 second timeout if data is being transfered, + * Kludge: use a 60 second timeout if data is being transferred, * otherwise use a 30 minute timeout. */ timeout(asc_timeout, scsicmd, hz * (scsicmd->buflen == 0 ? diff --git a/sys/dev/tc/ascvar.h b/sys/dev/tc/ascvar.h index 0eeb964c1de..2321001085f 100644 --- a/sys/dev/tc/ascvar.h +++ b/sys/dev/tc/ascvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ascvar.h,v 1.3 1998/05/18 00:25:10 millert Exp $ */ +/* $OpenBSD: ascvar.h,v 1.4 2001/01/25 03:50:52 todd Exp $ */ /* $NetBSD: ascvar.h,v 1.4 1997/11/28 18:23:40 mhitch Exp $ */ @@ -13,7 +13,7 @@ typedef struct scsi_state { int error; /* errno to pass back to device driver */ u_char *dmaBufAddr; /* DMA buffer address */ int dmalen; /* amount to transfer in this chunk */ - int dmaresid; /* amount not transfered if chunk suspended */ + int dmaresid; /* amount not transferred if chunk suspended */ int buflen; /* total remaining amount of data to transfer */ char *buf; /* current pointer within scsicmd->buf */ int flags; /* see below */ diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index 1da4fabf14a..9a546f60c66 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cue.c,v 1.5 2000/07/04 11:44:21 fgsch Exp $ */ +/* $OpenBSD: if_cue.c,v 1.6 2001/01/25 03:50:52 todd Exp $ */ /* $NetBSD: if_cue.c,v 1.21 2000/04/02 21:25:41 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -48,7 +48,7 @@ * RX filter uses a 512-bit multicast hash table, single perfect entry * for the station address, and promiscuous mode. Unlike the ADMtek * and KLSI chips, the CATC ASIC supports read and write combining - * mode where multiple packets can be transfered using a single bulk + * mode where multiple packets can be transferred using a single bulk * transaction, which helps performance a great deal. */ diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index e5ce35f924a..b3d0ceae796 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_subr.c,v 1.9 2000/09/27 16:13:46 mickey Exp $ */ +/* $OpenBSD: tty_subr.c,v 1.10 2001/01/25 03:50:53 todd Exp $ */ /* $NetBSD: tty_subr.c,v 1.13 1996/02/09 19:00:43 christos Exp $ */ /* @@ -376,7 +376,7 @@ clrbits(cp, off, len) /* * Copy buffer to clist. - * Return number of bytes not transfered. + * Return number of bytes not transferred. */ int b_to_q(cp, count, clp) diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h index 59a34e62bbb..6e09b02e9ec 100644 --- a/sys/scsi/scsi_disk.h +++ b/sys/scsi/scsi_disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_disk.h,v 1.8 1999/08/24 01:20:22 csapuntz Exp $ */ +/* $OpenBSD: scsi_disk.h,v 1.9 2001/01/25 03:50:53 todd Exp $ */ /* $NetBSD: scsi_disk.h,v 1.10 1996/07/05 16:19:05 christos Exp $ */ /* @@ -73,7 +73,7 @@ struct scsi_format_unit { }; /* - * If the FmtData bit is set, a FORMAT UNIT parameter list is transfered + * If the FmtData bit is set, a FORMAT UNIT parameter list is transferred * to the target during the DATA OUT phase. The parameter list includes * * Defect list header diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c index 80cdbbd4a83..254a9d4c24a 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_ioctl.c,v 1.10 1999/08/24 01:20:22 csapuntz Exp $ */ +/* $OpenBSD: scsi_ioctl.c,v 1.11 2001/01/25 03:50:53 todd Exp $ */ /* $NetBSD: scsi_ioctl.c,v 1.23 1996/10/12 23:23:17 christos Exp $ */ /* @@ -181,7 +181,7 @@ scsi_user_done(xs) /* Pseudo strategy function * Called by scsi_do_ioctl() via physio/physstrat if there is to - * be data transfered, and directly if there is no data transfer. + * be data transferred, and directly if there is no data transfer. * * Should I reorganize this so it returns to physio instead * of sleeping in scsiio_scsi_cmd? Is there any advantage, other diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 3802fc6243d..39a849e89f2 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.h,v 1.5 2000/04/09 19:26:35 csapuntz Exp $ */ +/* $OpenBSD: disk.h,v 1.6 2001/01/25 03:50:53 todd Exp $ */ /* $NetBSD: disk.h,v 1.11 1996/04/28 20:22:50 thorpej Exp $ */ /* @@ -80,7 +80,7 @@ struct disk { int dk_busy; /* busy counter */ u_int64_t dk_xfer; /* total number of transfers */ u_int64_t dk_seek; /* total independent seek operations */ - u_int64_t dk_bytes; /* total bytes transfered */ + u_int64_t dk_bytes; /* total bytes transferred */ struct timeval dk_attachtime; /* time disk was attached */ struct timeval dk_timestamp; /* timestamp of last unbusy */ struct timeval dk_time; /* total time spent busy */ diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c index d8ba96cca5c..6de286b1c51 100644 --- a/sys/uvm/uvm_swap.c +++ b/sys/uvm/uvm_swap.c @@ -1444,7 +1444,7 @@ sw_reg_strategy(sdp, bp, bn) * our buffer. */ error = 0; - bp->b_resid = bp->b_bcount; /* nothing transfered yet! */ + bp->b_resid = bp->b_bcount; /* nothing transferred yet! */ addr = bp->b_data; /* current position in buffer */ byteoff = dbtob(bn); |