diff options
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/dev/nubus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/nubus.c b/sys/arch/mac68k/dev/nubus.c index 0b05e64abfa..f96bdfceb09 100644 --- a/sys/arch/mac68k/dev/nubus.c +++ b/sys/arch/mac68k/dev/nubus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nubus.c,v 1.26 2002/03/14 03:15:55 millert Exp $ */ +/* $OpenBSD: nubus.c,v 1.27 2002/04/29 06:26:50 pvalchev Exp $ */ /* $NetBSD: nubus.c,v 1.35 1997/04/22 20:20:32 scottr Exp $ */ /* @@ -266,7 +266,7 @@ nubus_video_resource(slot) * end of the slot. If so, then we check for a bytelanes byte. We * could probably just return a failure status if we bus error on * the first try, but there really is little reason not to go ahead - * and check the other three locations in case there's a wierd card + * and check the other three locations in case there's a weird card * out there. * * Checking for a card involves locating the "bytelanes" byte which |