From 627db2da8883a92512693f149d785bfcb4c809ee Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 20 Sep 2016 00:22:45 +0200 Subject: [PATCH] remove typo --- hermit/arch/x86/include/asm/stddef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/arch/x86/include/asm/stddef.h b/hermit/arch/x86/include/asm/stddef.h index 9f0eb045d..7678456f0 100644 --- a/hermit/arch/x86/include/asm/stddef.h +++ b/hermit/arch/x86/include/asm/stddef.h @@ -144,7 +144,7 @@ typedef struct mregs { uint64_t rsp; /// RIP uint64_t rip; - /// MSXCSR + /// MXCSR uint32_t mxcsr; } mregs_t;