[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210321202253.1393665-1-unixbhaskar@gmail.com>
Date: Mon, 22 Mar 2021 01:52:53 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: luto@...nel.org, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] x86/entry: A typo fix
s/definitly/definitely/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
arch/x86/entry/entry_64.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
index 400908dff42e..0a7e9647e84a 100644
--- a/arch/x86/entry/entry_64.S
+++ b/arch/x86/entry/entry_64.S
@@ -511,7 +511,7 @@ SYM_CODE_START(\asmsym)
/*
* No need to switch back to the IST stack. The current stack is either
* identical to the stack in the IRET frame or the VC fall-back stack,
- * so it is definitly mapped even with PTI enabled.
+ * so it is definitely mapped even with PTI enabled.
*/
jmp paranoid_exit
--
2.31.0
Powered by blists - more mailing lists