[PATCH] x86/defns: Fix typo in comment "Porection" -> "Protection"

Frediano Ziglio posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240925110946.277588-1-frediano.ziglio@cloud.com
xen/arch/x86/include/asm/x86-defns.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] x86/defns: Fix typo in comment "Porection" -> "Protection"
Posted by Frediano Ziglio 1 week, 3 days ago
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
Re: [PATCH] x86/defns: Fix typo in comment "Porection" -> "Protection"
Posted by Andrew Cooper 1 week, 3 days ago
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>