]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
x86/defns: Fix typo in comment "Porection" -> "Protection"
authorFrediano Ziglio <frediano.ziglio@cloud.com>
Wed, 25 Sep 2024 11:09:46 +0000 (12:09 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 25 Sep 2024 11:12:35 +0000 (12:12 +0100)
Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/x86-defns.h

index caa92829eaa9f2f0b2b521157a43bfb60b242d18..7abc5bcd4262f3fe6480e79a00d4b861767cbff8 100644 (file)
 #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) */