summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/board.h4
-rw-r--r--sys/arch/mvme88k/mvme88k/machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/board.h b/sys/arch/mvme88k/include/board.h
index 1267d6d0049..6f7b94113bb 100644
--- a/sys/arch/mvme88k/include/board.h
+++ b/sys/arch/mvme88k/include/board.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: board.h,v 1.14 2001/12/19 05:06:26 smurph Exp $ */
+/* $OpenBSD: board.h,v 1.15 2002/06/04 00:09:08 deraadt Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -100,7 +100,7 @@
#define DACC_BIT 0x4 /* data access exception */
#define MACC_BIT 0x8 /* misaligned access exception */
#define UOPC_BIT 0x10 /* unimplemented opcode exception*/
-#define PRIV_BIT 0x20 /* priviledge violation exception*/
+#define PRIV_BIT 0x20 /* privilege violation exception*/
#define BND_BIT 0x40 /* bounds check violation */
#define IDE_BIT 0x80 /* illegal integer divide */
#define IOV_BIT 0x100 /* integer overflow exception */
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c
index 4b653a3ff25..f0de9357b07 100644
--- a/sys/arch/mvme88k/mvme88k/machdep.c
+++ b/sys/arch/mvme88k/mvme88k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.93 2002/03/23 13:28:34 espie Exp $ */
+/* $OpenBSD: machdep.c,v 1.94 2002/06/04 00:09:08 deraadt Exp $ */
/*
* Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -1018,7 +1018,7 @@ sendsig(catcher, sig, mask, code, type, val)
* Return to previous pc and psl as specified by
* context left by sendsig. Check carefully to
* make sure that the user has not modified the
- * psl to gain improper priviledges or to cause
+ * psl to gain improper privileges or to cause
* a machine fault.
*/