diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-18 19:45:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-18 19:45:52 +0000 |
commit | 463d5cec51feb6b36b80d5ae1f20b59cce9f292c (patch) | |
tree | 2386abdf6c45060f587e9f5eb7957387ca3b3eb5 /sys/arch/mvme88k | |
parent | a2fae359c8923ff93132f8dceab124467f404d56 (diff) |
Typos
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vsreg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index 4163b419a6c..4e398d2069b 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.42 2004/07/02 14:00:43 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.43 2004/07/18 19:45:51 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. @@ -794,7 +794,7 @@ vs_eintr(void *vsc) case CEVSB_ERR_NR: printf("non-recoverable error\n"); break; - case CESVB_ERR_PANIC: + case CEVSB_ERR_PANIC: printf("board panic\n"); break; default: diff --git a/sys/arch/mvme88k/dev/vsreg.h b/sys/arch/mvme88k/dev/vsreg.h index 1c11bc153f7..4880ea68fdb 100644 --- a/sys/arch/mvme88k/dev/vsreg.h +++ b/sys/arch/mvme88k/dev/vsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsreg.h,v 1.8 2004/05/22 19:34:12 miod Exp $ */ +/* $OpenBSD: vsreg.h,v 1.9 2004/07/18 19:45:51 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * Copyright (c) 1999 Steve Murphree, Jr. @@ -177,7 +177,7 @@ #define CEVSB_ERR_OF 0x83 /* Overflow */ #define CEVSB_ERR_BD 0x84 /* Bad direction */ #define CEVSB_ERR_NR 0x86 /* Non-Recoverabl Error */ -#define CESVB_ERR_PANIC 0xff /* Board Painc!!! */ +#define CEVSB_ERR_PANIC 0xff /* Board Painc!!! */ #define CEVSB_AUXERR 0x00000e /* cougar error code */ #define CEVSB_SIZE 0x000010 |