From 9e9bcaf143bf8507e947f9934371744c3d50a8ea Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 17:27:19 +0000 Subject: standardize various * conventions --- traps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'traps.h') 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 -- cgit v1.2.3