Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
---
xen/arch/x86/include/asm/x86-defns.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/x86/include/asm/x86-defns.h b/xen/arch/x86/include/asm/x86-defns.h
index caa92829ea..7abc5bcd42 100644
--- a/xen/arch/x86/include/asm/x86-defns.h
+++ b/xen/arch/x86/include/asm/x86-defns.h
@@ -171,7 +171,7 @@
#define X86_EXC_TS 10 /* Invalid TSS */
#define X86_EXC_NP 11 /* Segment Not Present */
#define X86_EXC_SS 12 /* Stack-Segment Fault */
-#define X86_EXC_GP 13 /* General Porection Fault */
+#define X86_EXC_GP 13 /* General Protection Fault */
#define X86_EXC_PF 14 /* Page Fault */
#define X86_EXC_SPV 15 /* PIC Spurious Interrupt Vector */
#define X86_EXC_MF 16 /* Maths fault (x87 FPU) */
--
2.34.1