diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:20:26 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-12-14 07:20:26 +0000 |
commit | 77ab94d3b6b1edbcb61148925f858c8651510b22 (patch) | |
tree | d8d3aa56e6ef0fe9d0d9e54895ce84aaf0e1397f /sys/arch/mvme88k/dev | |
parent | 7f8908bfd3dc346053bf4393426ead713a46733c (diff) |
handeled -> handled; reported by someone on the list, but i no longer
have the mail.
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index 9273cb2cb0d..d0ce745d4ca 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.17 2002/06/14 21:34:59 todd Exp $ */ +/* $OpenBSD: vs.c,v 1.18 2002/12/14 07:20:25 fgsch Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -806,7 +806,7 @@ vs_nintr(sc) /* * 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 (m328_cmd) { |