diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
commit | 494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch) | |
tree | 5dc4ce418220b723501ba06db24d4002d306ffe8 /sys/arch/sun3 | |
parent | d5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff) |
spelling
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/dev/si_obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/dev/si_obio.c b/sys/arch/sun3/dev/si_obio.c index abec4af0210..23cdac9b2b7 100644 --- a/sys/arch/sun3/dev/si_obio.c +++ b/sys/arch/sun3/dev/si_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si_obio.c,v 1.9 2000/06/06 20:51:41 miod Exp $ */ +/* $OpenBSD: si_obio.c,v 1.10 2001/01/25 03:50:49 todd Exp $ */ /* $NetBSD: si_obio.c,v 1.7 1996/11/20 18:57:00 gwr Exp $ */ /*- @@ -501,7 +501,7 @@ si_obio_dma_stop(ncr_sc) (si->fifo_data & 0xff00) >> 8; goto out; } - /* UDC might not have transfered the last word. */ + /* UDC might not have transferred the last word. */ udc_cnt = si_obio_udc_read(si, UDC_ADR_COUNT); if (((udc_cnt * 2) - resid) == 2) { NCR_TRACE("si_dma_stop: leftover 2 at 0x%x\n", |