diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 16:45:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 16:45:11 +0000 |
commit | 638e58d232a750f17014e6b82a12fc8c865ea8bb (patch) | |
tree | 33a51238be4bfea1597932b99aef3498e5149e35 /sys/arch/mips/include | |
parent | 7a4a5942b4204992c27876cdadaa13f7fb4f27f0 (diff) |
comment typo
Diffstat (limited to 'sys/arch/mips/include')
-rw-r--r-- | sys/arch/mips/include/trap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips/include/trap.h b/sys/arch/mips/include/trap.h index 73f2b4b7ea8..8cfd70b52d9 100644 --- a/sys/arch/mips/include/trap.h +++ b/sys/arch/mips/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.1 1998/01/28 11:14:57 pefo Exp $ */ +/* $OpenBSD: trap.h,v 1.2 1998/05/08 16:45:10 millert Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -60,9 +60,9 @@ #define T_COP_UNUSABLE 11 /* Coprocessor unusable */ #define T_OVFLOW 12 /* Arithmetic overflow */ #define T_TRAP 13 /* Trap instruction */ -#define T_VCEI 14 /* Viritual coherency instruction */ +#define T_VCEI 14 /* Virtual coherency instruction */ #define T_FPE 15 /* Floating point exception */ #define T_WATCH 23 /* Watch address reference */ -#define T_VCED 31 /* Viritual coherency data */ +#define T_VCED 31 /* Virtual coherency data */ #define T_USER 0x20 /* user-mode flag or'ed with type */ |