diff options
Diffstat (limited to 'sys/arch/mvme68k/dev/vs.c')
-rw-r--r-- | sys/arch/mvme68k/dev/vs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c index 738b897a5a3..2fc813cd20a 100644 --- a/sys/arch/mvme68k/dev/vs.c +++ b/sys/arch/mvme68k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.8 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.9 2002/12/14 07:20:25 fgsch Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -797,7 +797,7 @@ vs_intr(arg) /* * If this is a controller error, there won't be a m328_cmd * pointer in the CTAG feild. Bad things happen if you try - * to point to address 0. Controller error should be handeled + * to point to address 0. Controller error should be handled * in vsdma.c I'll change this soon - steve. */ if (loc) { |