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 d4a6a3a..b69edd2 100644
--- a/traps.h
+++ b/traps.h
@@ -14,7 +14,7 @@
#define T_TSS 10 // invalid task switch segment
#define T_SEGNP 11 // segment not present
#define T_STACK 12 // stack exception
-#define T_GPFLT 13 // genernal protection fault
+#define T_GPFLT 13 // general protection fault
#define T_PGFLT 14 // page fault
// #define T_RES 15 // reserved
#define T_FPERR 16 // floating point error