diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
commit | e5df97bba2407e5d0768d899f71db99f882da1c1 (patch) | |
tree | 13c7bdabf109c10215f4c6533cbd92d8b521ea19 /sys/arch/mvme68k/dev/sbic.c | |
parent | f081ab357ebcf17065e65f68c161c033ad6ca6b7 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/mvme68k/dev/sbic.c')
-rw-r--r-- | sys/arch/mvme68k/dev/sbic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c index 89615a0d68b..ec350415b07 100644 --- a/sys/arch/mvme68k/dev/sbic.c +++ b/sys/arch/mvme68k/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.13 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: sbic.c,v 1.14 2003/11/03 06:54:25 david Exp $ */ /* $NetBSD: sbic.c,v 1.2 1996/04/23 16:32:54 chuck Exp $ */ /* @@ -1084,7 +1084,7 @@ sbicselectbus(dev) * We only really need to do anything when the target goes to MSG out * If the device ignored ATN, it's probably old and brain-dead, * but we'll try to support it anyhow. - * If it doesn't support message out, it definately doesn't + * If it doesn't support message out, it definitely doesn't * support synchronous transfers, so no point in even asking... */ if ( csr == (SBIC_CSR_MIS_2 | MESG_OUT_PHASE) ) { |