Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/transfered/transferred/
details: https://anonhg.NetBSD.org/src/rev/34be26784ef6
branches: trunk
changeset: 1005945:34be26784ef6
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Dec 27 09:41:48 2019 +0000
description:
s/transfered/transferred/
diffstat:
lib/librmt/rmtlib.c | 6 +++---
share/man/man9/man9.sun3/isr_add.9 | 4 ++--
sys/arch/acorn32/podulebus/esc.c | 10 +++++-----
sys/arch/acorn32/podulebus/sfas.c | 10 +++++-----
sys/arch/alpha/stand/common/blkdev.c | 4 ++--
sys/arch/amiga/dev/sbicvar.h | 4 ++--
sys/arch/arc/jazz/asc.c | 6 +++---
sys/arch/arm/at91/at91spi.c | 8 ++++----
sys/arch/atari/dev/atari5380.c | 6 +++---
sys/arch/bebox/stand/boot/siop.c | 14 +++++++-------
sys/arch/sandpoint/stand/altboot/tlp.c | 4 ++--
sys/arch/sbmips/stand/common/blkdev.c | 4 ++--
sys/arch/sgimips/hpc/hpcdma.h | 4 ++--
sys/arch/sgimips/hpc/pi1ppc.c | 8 ++++----
sys/arch/sgimips/ioc/oiocsc.c | 6 +++---
sys/arch/sun3/dev/si_obio.c | 6 +++---
sys/dev/ata/wd.c | 6 +++---
sys/dev/dtv/dtv_scatter.c | 6 +++---
sys/dev/ic/ahcisata_core.c | 8 ++++----
sys/dev/ic/atppc.c | 8 ++++----
sys/dev/ic/mvsata.c | 6 +++---
sys/dev/ic/siop_common.c | 16 ++++++++--------
sys/dev/ic/sl811hs.c | 6 +++---
sys/dev/ic/wd33c93var.h | 4 ++--
sys/dev/ic/wdc.c | 6 +++---
sys/dev/isa/README.seagate | 4 ++--
sys/dev/isa/if_ecreg.h | 4 ++--
sys/dev/marvell/gtidmac.c | 6 +++---
sys/dev/marvell/mvxpsec.c | 4 ++--
sys/dev/marvell/mvxpsecvar.h | 6 +++---
sys/dev/scsipi/scsi_disk.h | 4 ++--
sys/dev/scsipi/scsipi_ioctl.c | 6 +++---
sys/dev/scsipi/st.c | 6 +++---
sys/dev/usb/if_atu.c | 6 +++---
sys/dev/usb/if_cue.c | 6 +++---
sys/dev/usb/udl.c | 6 +++---
sys/dev/usb/uvisor.c | 6 +++---
sys/dev/video.c | 6 +++---
sys/dev/video_if.h | 4 ++--
sys/fs/nilfs/nilfs_vnops.c | 6 +++---
sys/fs/udf/udf_vnops.c | 6 +++---
sys/kern/tty_subr.c | 6 +++---
sys/kern/vfs_bio.c | 6 +++---
sys/uvm/uvm_swap.c | 6 +++---
usr.sbin/lpr/lpd/recvjob.c | 6 +++---
usr.sbin/mopd/mopcopy/mopcopy.c | 6 +++---
46 files changed, 143 insertions(+), 143 deletions(-)
diffs (truncated from 1237 to 300 lines):
diff -r dd55d6019257 -r 34be26784ef6 lib/librmt/rmtlib.c
--- a/lib/librmt/rmtlib.c Fri Dec 27 09:32:09 2019 +0000
+++ b/lib/librmt/rmtlib.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmtlib.c,v 1.27 2019/10/03 17:56:17 christos Exp $ */
+/* $NetBSD: rmtlib.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $ */
/*
* rmt --- remote tape emulator subroutines
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: rmtlib.c,v 1.27 2019/10/03 17:56:17 christos Exp $");
+__RCSID("$NetBSD: rmtlib.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $");
#define RMTIOCTL 1
/* #define USE_REXEC 1 */ /* rexec code courtesy of Dan Kegel, srs!dan */
@@ -500,7 +500,7 @@
_DIAGASSERT(arg != NULL);
/*
- * MTIOCOP is the easy one. nothing is transfered in binary
+ * MTIOCOP is the easy one. nothing is transferred in binary
*/
if (op == MTIOCTOP) {
diff -r dd55d6019257 -r 34be26784ef6 share/man/man9/man9.sun3/isr_add.9
--- a/share/man/man9/man9.sun3/isr_add.9 Fri Dec 27 09:32:09 2019 +0000
+++ b/share/man/man9/man9.sun3/isr_add.9 Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isr_add.9,v 1.9 2008/04/30 13:10:59 martin Exp $
+.\" $NetBSD: isr_add.9,v 1.10 2019/12/27 09:41:48 msaitoh Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -69,7 +69,7 @@
.Sy vectored
interrupt occurs.
This vector number points to a vector entry within the interrupt
-vector table to which instruction execution is immediately transfered.
+vector table to which instruction execution is immediately transferred.
.Pp
If the interrupting device cannot provide a vector number,
it asserts a specialized bus line and an
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/acorn32/podulebus/esc.c
--- a/sys/arch/acorn32/podulebus/esc.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/acorn32/podulebus/esc.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: esc.c,v 1.31 2016/08/17 22:03:57 skrll Exp $ */
+/* $NetBSD: esc.c,v 1.32 2019/12/27 09:41:48 msaitoh Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.31 2016/08/17 22:03:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.32 2019/12/27 09:41:48 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1180,12 +1180,12 @@
case ESC_NS_DATA_IN:
case ESC_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, ESC_DMA_CLEAR);
len = dev->sc_dma_len;
@@ -1212,7 +1212,7 @@
}
/*
- * Update pointers/length to reflect the transfered
+ * Update pointers/length to reflect the transferred
* data.
*/
dev->sc_len -= len-left;
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/acorn32/podulebus/sfas.c
--- a/sys/arch/acorn32/podulebus/sfas.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/acorn32/podulebus/sfas.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sfas.c,v 1.27 2016/08/17 22:03:57 skrll Exp $ */
+/* $NetBSD: sfas.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.27 2016/08/17 22:03:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1101,12 +1101,12 @@
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;
@@ -1133,7 +1133,7 @@
}
/*
- * Update pointers/length to reflect the transfered
+ * Update pointers/length to reflect the transferred
* data.
*/
dev->sc_len -= len-left;
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/alpha/stand/common/blkdev.c
--- a/sys/arch/alpha/stand/common/blkdev.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/alpha/stand/common/blkdev.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blkdev.c,v 1.8 2009/03/14 21:04:03 dsl Exp $ */
+/* $NetBSD: blkdev.c,v 1.9 2019/12/27 09:41:48 msaitoh Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -165,7 +165,7 @@
int
blkdevstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addrvoid, size_t *cnt)
- /* cnt: out: number of bytes transfered */
+ /* cnt: out: number of bytes transferred */
{
char *addr = addrvoid;
prom_return_t ret;
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/amiga/dev/sbicvar.h
--- a/sys/arch/amiga/dev/sbicvar.h Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/amiga/dev/sbicvar.h Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbicvar.h,v 1.24 2012/10/27 17:17:31 chs Exp $ */
+/* $NetBSD: sbicvar.h,v 1.25 2019/12/27 09:41:49 msaitoh Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -128,7 +128,7 @@
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 -r dd55d6019257 -r 34be26784ef6 sys/arch/arc/jazz/asc.c
--- a/sys/arch/arc/jazz/asc.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/arc/jazz/asc.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asc.c,v 1.25 2012/10/27 17:17:35 chs Exp $ */
+/* $NetBSD: asc.c,v 1.26 2019/12/27 09:41:49 msaitoh Exp $ */
/*-
* Copyright (c) 2003 Izumi Tsutsui. All rights reserved.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.25 2012/10/27 17:17:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.26 2019/12/27 09:41:49 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -350,7 +350,7 @@
trans = asc->sc_dmasize - resid;
- if (trans < 0) { /* transfered < 0 ? */
+ if (trans < 0) { /* transferred < 0 ? */
#if 0
/*
* This situation can happen in perfectly normal operation
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/arm/at91/at91spi.c
--- a/sys/arch/arm/at91/at91spi.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/arm/at91/at91spi.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,5 +1,5 @@
-/* $Id: at91spi.c,v 1.4 2019/08/13 17:03:10 tnn Exp $ */
-/* $NetBSD: at91spi.c,v 1.4 2019/08/13 17:03:10 tnn Exp $ */
+/* $Id: at91spi.c,v 1.5 2019/12/27 09:41:49 msaitoh Exp $ */
+/* $NetBSD: at91spi.c,v 1.5 2019/12/27 09:41:49 msaitoh Exp $ */
/*-
* Copyright (c) 2007 Embedtronics Oy. All rights reserved.
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: at91spi.c,v 1.4 2019/08/13 17:03:10 tnn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: at91spi.c,v 1.5 2019/12/27 09:41:49 msaitoh Exp $");
#include "locators.h"
@@ -285,7 +285,7 @@
DPRINTFN(3, ("%s: sr=%"PRIX32"\n", __FUNCTION__, sr));
if (!start) {
- // ok, something has been transfered, synchronize..
+ // ok, something has been transferred, synchronize..
int offs = sc->sc_dmaoffs ^ HALF_BUF_SIZE;
bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap, offs, HALF_BUF_SIZE,
BUS_DMASYNC_POSTWRITE | BUS_DMASYNC_POSTREAD);
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/atari/dev/atari5380.c
--- a/sys/arch/atari/dev/atari5380.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/atari/dev/atari5380.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.63 2017/10/07 16:05:31 jdolecek Exp $ */
+/* $NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.63 2017/10/07 16:05:31 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $");
#include "opt_atariscsi.h"
@@ -628,7 +628,7 @@
/*
* Update the DMA 'registers' to reflect that all bytes
- * have been transfered and tell this to the 5380 too.
+ * have been transferred and tell this to the 5380 too.
*/
set_scsi_dma(SCSI_DMA->s_dma_ptr, (u_long)dma_ptr);
set_scsi_dma(SCSI_DMA->s_dma_cnt, 0);
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/bebox/stand/boot/siop.c
--- a/sys/arch/bebox/stand/boot/siop.c Fri Dec 27 09:32:09 2019 +0000
+++ b/sys/arch/bebox/stand/boot/siop.c Fri Dec 27 09:41:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siop.c,v 1.6 2017/06/25 12:15:04 maxv Exp $ */
+/* $NetBSD: siop.c,v 1.7 2019/12/27 09:41:49 msaitoh Exp $ */
/*
* Copyright (c) 2010 KIYOHARA Takashi
* All rights reserved.
@@ -183,27 +183,27 @@
return;
/*
* Save data pointer. We do this by adjusting the tables to point
- * at the begginning of the data not yet transfered.
- * offset points to the first table with untransfered data.
+ * at the begginning of the data not yet transferred.
+ * offset points to the first table with untransferred data.
*/
/*
* before doing that we decrease resid from the ammount of data which
- * has been transfered.
+ * has been transferred.
*/
siop_update_resid(adp, xfer, xs, offset);
#if 0
/*
* First let see if we have a resid from a phase mismatch. If so,
- * we have to adjst the table at offset to remove transfered data.
+ * we have to adjst the table at offset to remove transferred data.
*/
if (siop_cmd->flags & CMDFL_RESID) {
scr_table_t *table;
siop_cmd->flags &= ~CMDFL_RESID;
table = &xfer->siop_tables.data[offset];
- /* "cut" already transfered data from this table */
+ /* "cut" already transferred data from this table */
table->addr =
htoc32(ctoh32(table->addr) + ctoh32(table->count) -
siop_cmd->resid);
@@ -212,7 +212,7 @@
#endif
/*
- * now we can remove entries which have been transfered.
+ * now we can remove entries which have been transferred.
* We just move the entries with data left at the beggining of the
* tables
*/
diff -r dd55d6019257 -r 34be26784ef6 sys/arch/sandpoint/stand/altboot/tlp.c
Home |
Main Index |
Thread Index |
Old Index