]> Devi Nivas Git - cs3210-lab1.git/commitdiff
typo
authorrsc <rsc>
Wed, 8 Aug 2007 08:27:32 +0000 (08:27 +0000)
committerrsc <rsc>
Wed, 8 Aug 2007 08:27:32 +0000 (08:27 +0000)
traps.h

diff --git a/traps.h b/traps.h
index d4a6a3ae0d1f7fd7c3fed1c023fa370b9652c701..b69edd21b575ebdc83c6d27f481f640f92d24a9b 100644 (file)
--- 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