xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cd08e6e065370611ea0cde431af222cf3420ca56
parent a059f0259612a8c5df71605daad5487c13520405
Author: rsc <rsc>
Date:   Wed,  8 Aug 2007 08:27:32 +0000

typo

Diffstat:
Mtraps.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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