Correct various misspellings of 'transfer' and inflected forms.

This commit is contained in:
wiz 2001-07-08 18:06:42 +00:00
parent 3d98de578f
commit cc0b68092e
16 changed files with 46 additions and 46 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: debug.nr,v 1.3 1998/01/09 06:34:40 perry Exp $
.\" $NetBSD: debug.nr,v 1.4 2001/07/08 18:06:42 wiz Exp $
.\"
.\"WISC: Header: debug.nr,v 1.4 88/12/06 16:05:36 nhall Exp $
.\"WISC: Source: /usr/argo/doc/kernel/RCS/debug.nr,v $
@ -919,7 +919,7 @@ In the middle of the transfer, if the sender process
is stopped, both TP entities continue
to send acknowledgments.
This can be observed in the trace.
If the file tranfer is between machines, taking down one of the machines
If the file transfer is between machines, taking down one of the machines
will cause the inactivity timer on the other machine to expire.
The TP entity will respond to this by sending a DR TPDU
to close the connection, which can be observed in the trace.

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.2 2001/05/22 03:22:50 soda Exp $ */
/* $NetBSD: fd.c,v 1.3 2001/07/08 18:06:43 wiz Exp $ */
/* $OpenBSD: fd.c,v 1.6 1998/10/03 21:18:57 millert Exp $ */
/* NetBSD: fd.c,v 1.78 1995/07/04 07:23:09 mycroft Exp */
@ -160,8 +160,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.34 2000/11/20 08:24:12 chs Exp $ */
/* $NetBSD: fd.c,v 1.35 2001/07/08 18:06:43 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -237,8 +237,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdfd.c,v 1.27 2000/08/29 20:00:16 leo Exp $ */
/* $NetBSD: hdfd.c,v 1.28 2001/07/08 18:06:43 wiz Exp $ */
/*-
* Copyright (c) 1996 Leo Weppelman
@ -226,8 +226,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* #blocks currently tranferring */
int sc_nbytes; /* #bytes currently tranferring */
int sc_nblks; /* #blocks currently transferring */
int sc_nbytes; /* #bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.86 2001/04/19 14:53:36 pk Exp $ */
/* $NetBSD: fd.c,v 1.87 2001/07/08 18:06:44 wiz Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -240,8 +240,8 @@ struct fd_softc {
daddr_t sc_blkno; /* starting block number */
int sc_bcount; /* byte count left */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.18 2000/08/24 20:04:29 nathanw Exp $ */
/* $NetBSD: fd.c,v 1.19 2001/07/08 18:06:44 wiz Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@ -203,8 +203,8 @@ struct fd_softc {
daddr_t sc_blkno; /* starting block number */
int sc_bcount; /* byte count left */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.22 2000/08/24 20:04:29 nathanw Exp $ */
/* $NetBSD: fd.c,v 1.23 2001/07/08 18:06:44 wiz Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@ -205,8 +205,8 @@ struct fd_softc {
daddr_t sc_blkno; /* starting block number */
int sc_bcount; /* byte count left */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.36 2001/05/02 12:50:24 minoura Exp $ */
/* $NetBSD: fd.c,v 1.37 2001/07/08 18:06:45 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -231,8 +231,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdvar.h,v 1.6 2000/05/15 08:32:08 bouyer Exp $ */
/* $NetBSD: wdvar.h,v 1.7 2001/07/08 18:06:45 wiz Exp $ */
/*
* Copyright (c) 1998 Manuel Bouyer.
@ -39,15 +39,15 @@ struct ata_bio {
#define ATA_POLL 0x0002 /* poll for completion */
#define ATA_ITSDONE 0x0004 /* the transfer is as done as it gets */
#define ATA_SINGLE 0x0008 /* transfer has to be done in single-sector mode */
#define ATA_LBA 0x0010 /* tranfert uses LBA adressing */
#define ATA_READ 0x0020 /* tranfert is a read (otherwise a write) */
#define ATA_LBA 0x0010 /* transfer uses LBA adressing */
#define ATA_READ 0x0020 /* transfer is a read (otherwise a write) */
#define ATA_CORR 0x0040 /* transfer had a corrected error */
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 nblks; /* number of block currently transfering */
int nbytes; /* number of bytes currently transfering */
daddr_t blkdone; /* number of blks transferred */
daddr_t nblks; /* number of block currently transferring */
int nbytes; /* number of bytes currently transferring */
long bcount; /* total number of bytes */
char* databuf; /* data buffer adress */
volatile int error;

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic7xxx.c,v 1.77 2001/07/07 16:13:46 thorpej Exp $ */
/* $NetBSD: aic7xxx.c,v 1.78 2001/07/08 18:06:45 wiz Exp $ */
/*
* Generic driver for the aic7xxx based adaptec SCSI controllers
@ -771,7 +771,7 @@ static const int num_phases = (sizeof(phase_table)/sizeof(phase_table[0])) - 1;
/*
* Valid SCSIRATE values. (p. 3-17)
* Provides a mapping of tranfer periods in ns to the proper value to
* Provides a mapping of transfer periods in ns to the proper value to
* stick in the scsiscfr reg to use that transfer rate.
*/
#define AHC_SYNCRATE_DT 0
@ -1884,7 +1884,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat)
* that requires host assistance for completion.
* While handling the message phase(s), we will be
* notified by the sequencer after each byte is
* transfered so we can track bus phases.
* transferred so we can track bus phases.
*
* If this is the first time we've seen a HOST_MSG_LOOP,
* initialize the state of the host message loop.
@ -3375,7 +3375,7 @@ ahc_done(struct ahc_softc *ahc, struct scb *scb)
*
* zero the sense data before having
* the drive fill it. The SCSI spec mandates
* that any untransfered data should be
* that any untransferred data should be
* assumed to be zero. Complete the 'bounce'
* of sense information through buffers accessible
* via bus-space by copying it into the clients

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncr5380sbc.c,v 1.42 2001/07/07 16:13:49 thorpej Exp $ */
/* $NetBSD: ncr5380sbc.c,v 1.43 2001/07/08 18:06:46 wiz Exp $ */
/*
* Copyright (c) 1995 David Jones, Gordon W. Ross
@ -113,7 +113,7 @@ static void ncr5380_machine __P((struct ncr5380_softc *));
void ncr5380_abort __P((struct ncr5380_softc *));
void ncr5380_cmd_timeout __P((void *));
/*
* Action flags returned by the info_tranfer functions:
* Action flags returned by the info_transfer functions:
* (These determine what happens next.)
*/
#define ACT_CONTINUE 0x00 /* No flags: expect another phase */

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunscpal.c,v 1.4 2001/07/07 16:13:51 thorpej Exp $ */
/* $NetBSD: sunscpal.c,v 1.5 2001/07/08 18:06:46 wiz Exp $ */
/*
* Copyright (c) 2001 Matthew Fredette
@ -119,7 +119,7 @@ static void sunscpal_machine __P((struct sunscpal_softc *));
void sunscpal_abort __P((struct sunscpal_softc *));
void sunscpal_cmd_timeout __P((void *));
/*
* Action flags returned by the info_tranfer functions:
* Action flags returned by the info_transfer functions:
* (These determine what happens next.)
*/
#define ACT_CONTINUE 0x00 /* No flags: expect another phase */

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.17 2001/06/07 16:48:09 briggs Exp $ */
/* $NetBSD: fd.c,v 1.18 2001/07/08 18:06:46 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -242,8 +242,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
int sc_nblks; /* number of blocks currently tranferring */
int sc_nbytes; /* number of bytes currently tranferring */
int sc_nblks; /* number of blocks currently transferring */
int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;

View File

@ -1,4 +1,4 @@
/* $NetBSD: edvar.h,v 1.4 2001/05/04 12:58:34 jdolecek Exp $ */
/* $NetBSD: edvar.h,v 1.5 2001/07/08 18:06:46 wiz Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -45,7 +45,7 @@ struct ed_softc {
struct simplelock sc_q_lock;
struct callout sc_edstart;
void *sc_data; /* pointer to data for tranfer */
void *sc_data; /* pointer to data for transfer */
long sc_bcount; /* bytes available in buffer */
daddr_t sc_rawblkno; /* starting blkno of transfer */
int sc_read; /* Read Transfer ? */

View File

@ -1,4 +1,4 @@
/* $NetBSD: st.c,v 1.141 2001/06/18 09:05:05 bouyer Exp $ */
/* $NetBSD: st.c,v 1.142 2001/07/08 18:06:47 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -1976,7 +1976,7 @@ st_interpret_sense(xs)
st->blksize -= 512;
}
/*
* If data wanted and no data was tranfered, do it immediatly
* If data wanted and no data was transferred, do it immediately
*/
if (xs->datalen && xs->resid >= xs->datalen) {
if (st->flags & ST_EIO_PENDING)

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_physio.c,v 1.47 2001/03/15 06:10:55 chs Exp $ */
/* $NetBSD: kern_physio.c,v 1.48 2001/07/08 18:06:47 wiz Exp $ */
/*-
* Copyright (c) 1994 Christopher G. Demetriou
@ -143,7 +143,7 @@ physio(strategy, bp, dev, flags, minphys, uio)
bp->b_data = iovp->iov_base;
/*
* [call minphys to bound the tranfer size]
* [call minphys to bound the transfer size]
* and remember the amount of data to transfer,
* for later comparison.
*/