From 75071a4ab7a71ae292ece7130a46bf54ca120229 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 6 Feb 2006 17:19:32 +0000 Subject: typos from alexey dobriyan; --- sys/arch/mac68k/dev/ncr5380.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mac68k/dev/ncr5380.c') 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); -- cgit v1.2.3