summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/ncr5380.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:19:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:19:32 +0000
commit75071a4ab7a71ae292ece7130a46bf54ca120229 (patch)
treee9154172f69a14eb8849a1201beb85fa8504abaa /sys/arch/mac68k/dev/ncr5380.c
parentc48c0739ad112a7554498ab38cf64f5a01229b09 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'sys/arch/mac68k/dev/ncr5380.c')
-rw-r--r--sys/arch/mac68k/dev/ncr5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c
index 00c41d08d31..eedfe431187 100644
--- a/sys/arch/mac68k/dev/ncr5380.c
+++ b/sys/arch/mac68k/dev/ncr5380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380.c,v 1.25 2005/09/12 10:07:29 martin Exp $ */
+/* $OpenBSD: ncr5380.c,v 1.26 2006/02/06 17:19:31 jmc Exp $ */
/* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */
/*
@@ -856,7 +856,7 @@ int code;
/*
* Here we prepare to send an 'IDENTIFY' message.
- * Allow disconnect only when interrups are allowed.
+ * Allow disconnect only when interrupts are allowed.
*/
tmp[0] = MSG_IDENTIFY(reqp->targ_lun,
(reqp->dr_flag & DRIVER_NOINT) ? 0 : 1);