diff options
Diffstat (limited to 'sys/arch/mac68k')
-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 9a82fd74ca2..6e7539089c6 100644 --- a/sys/arch/mac68k/dev/ncr5380.c +++ b/sys/arch/mac68k/dev/ncr5380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380.c,v 1.18 2002/03/14 03:15:55 millert Exp $ */ +/* $OpenBSD: ncr5380.c,v 1.19 2002/06/14 21:34:58 todd Exp $ */ /* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */ /* @@ -1780,7 +1780,7 @@ SC_REQ *reqp; return (0); /* - * LWP: I think that this restriction is not strictly nessecary. + * LWP: I think that this restriction is not strictly necessary. */ if ((req_len & 0x1) || ((u_int)req_addr & 0x3)) return (0); |