summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/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/pmax/dev
parentd5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff)
spelling
Diffstat (limited to 'sys/arch/pmax/dev')
-rw-r--r--sys/arch/pmax/dev/rz.c4
-rw-r--r--sys/arch/pmax/dev/sii.c4
-rw-r--r--sys/arch/pmax/dev/tz.c2
3 files changed, 5 insertions, 5 deletions
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];