summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-25 03:50:55 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-25 03:50:55 +0000
commit494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch)
tree5dc4ce418220b723501ba06db24d4002d306ffe8 /sys/arch/amiga/dev
parentd5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff)
spelling
Diffstat (limited to 'sys/arch/amiga/dev')
-rw-r--r--sys/arch/amiga/dev/sbicvar.h4
-rw-r--r--sys/arch/amiga/dev/sfas.c8
2 files changed, 6 insertions, 6 deletions
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;