summaryrefslogtreecommitdiff
path: root/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'traps.h')
-rw-r--r--traps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/traps.h b/traps.h
index f8cf3a2..4ac4e64 100644
--- a/traps.h
+++ b/traps.h
@@ -6,7 +6,7 @@
#define T_OFLOW 4 // overflow
#define T_BOUND 5 // bounds check
#define T_ILLOP 6 // illegal opcode
-#define T_DEVICE 7 // device not available
+#define T_DEVICE 7 // device not available
#define T_DBLFLT 8 // double fault
/* #define T_COPROC 9 */ // reserved (not generated by recent processors)
#define T_TSS 10 // invalid task switch segment