diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:48:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:48:46 +0000 |
commit | ed696c241c57a73bfd2578d4cdbe8ffcebd3a1a1 (patch) | |
tree | c0045fbb2e2804a0c8ea9f835a4a88c596216317 /sys/arch/mac68k/dev | |
parent | 39bc877970a694905bb2c93ada0f234d487a146e (diff) |
It's never too late to write "too late" correctly.
Diffstat (limited to 'sys/arch/mac68k/dev')
-rw-r--r-- | sys/arch/mac68k/dev/ncr5380.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c index 32d2ff1f9cb..1fd68264e81 100644 --- a/sys/arch/mac68k/dev/ncr5380.c +++ b/sys/arch/mac68k/dev/ncr5380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380.c,v 1.30 2007/04/10 17:47:54 miod Exp $ */ +/* $OpenBSD: ncr5380.c,v 1.31 2007/04/24 16:48:43 miod Exp $ */ /* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */ /* @@ -606,7 +606,7 @@ main_exit: * The SCSI-DMA interrupt. * This interrupt can only be triggered when running in non-polled DMA * mode. When DMA is not active, it will be silently ignored, it is usually - * to late because the EOP interrupt of the controller happens just a tiny + * too late because the EOP interrupt of the controller happens just a tiny * bit earlier. It might become usefull when scatter/gather is implemented, * because in that case only part of the DATAIN/DATAOUT transfer is taken * out of a single buffer. |