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