summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
commitf2ce411926eab7a23be6e11274d0f8677610014a (patch)
treee366d0db22af7390ae0b587ce68914aa611343cd /sys/arch/mvme88k/include
parentabbac7377fe6d17c12b44669a7353b457ef448bb (diff)
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r--sys/arch/mvme88k/include/board.h4
1 files changed, 2 insertions, 2 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 */