summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-16 07:25:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-16 07:25:27 +0000
commitc98bdf7ae314b61387e829186877a34536a9a9e2 (patch)
treea892185dd92c848891092bc967fdc2a4c233844d /sys/arch/mips64/include
parenta7077e37e17461eb69479079ff6a22bf9952d884 (diff)
``viritual'' is a virtual word and this is a real tree.
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/exception.h b/sys/arch/mips64/include/exception.h
index a4bf0439683..f0e9866aaeb 100644
--- a/sys/arch/mips64/include/exception.h
+++ b/sys/arch/mips64/include/exception.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exception.h,v 1.3 2004/08/10 20:28:13 deraadt Exp $ */
+/* $OpenBSD: exception.h,v 1.4 2004/09/16 07:25:24 miod Exp $ */
/*
* Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se)
@@ -51,10 +51,10 @@
#define EX_CPU 11 /* Coprocessor unusable exception */
#define EX_OV 12 /* Arithmetic overflow exception */
#define EX_TR 13 /* Trap exception */
-#define EX_VCEI 14 /* Viritual coherency exception instruction */
+#define EX_VCEI 14 /* Virtual coherency exception instruction */
#define EX_FPE 15 /* Floating point exception */
#define EX_WATCH 23 /* Reference to watch/hi/watch/lo address */
-#define EX_VCED 31 /* Viritual coherency exception data */
+#define EX_VCED 31 /* Virtual coherency exception data */
#define EX_U 32 /* Exception from user mode (SW flag) */