Message ID | 20240925110946.277588-1-frediano.ziglio@cloud.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | x86/defns: Fix typo in comment "Porection" -> "Protection" | expand |
On 25/09/2024 12:09 pm, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
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) */
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(-)