summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ncr5380.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/ncr5380.c')
-rw-r--r--sys/dev/ic/ncr5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr5380.c b/sys/dev/ic/ncr5380.c
index a0c4534c188..443c43b84cc 100644
--- a/sys/dev/ic/ncr5380.c
+++ b/sys/dev/ic/ncr5380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380.c,v 1.2 1996/10/31 01:01:34 niklas Exp $ */
+/* $OpenBSD: ncr5380.c,v 1.3 2001/01/25 03:50:50 todd Exp $ */
/* $NetBSD: ncr5380.c,v 1.3 1995/09/26 21:04:27 pk Exp $ */
/*
@@ -678,7 +678,7 @@ ncr5380_dorequest(sc, target, lun, cmd, cmdlen, databuf, datalen, sent)
&stat, &msg);
#ifdef DEBUG
if (ncr5380_debug) {
- printf("ncr5380_dorequest: data transfered = %d\n", *sent);
+ printf("ncr5380_dorequest: data transferred = %d\n", *sent);
}
#endif