From c98bdf7ae314b61387e829186877a34536a9a9e2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 16 Sep 2004 07:25:27 +0000 Subject: ``viritual'' is a virtual word and this is a real tree. --- sys/arch/mips64/include/exception.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/mips64/include') 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) */ -- cgit v1.2.3