Re: [PATCH] x86/entry: Fix a typo

From: Randy Dunlap
Date: Sun Mar 21 2021 - 17:57:44 EST




On Mon, 22 Mar 2021, Bhaskar Chowdhury wrote:


s/swishes/switch/

should be 'switches'


Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
arch/x86/entry/entry_32.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S
index 4554a27a2747..c1fe264900e9 100644
--- a/arch/x86/entry/entry_32.S
+++ b/arch/x86/entry/entry_32.S
@@ -1107,7 +1107,7 @@ SYM_FUNC_END(entry_INT80_32)
* Switch back for ESPFIX stack to the normal zerobased stack
*
* We can't call C functions using the ESPFIX stack. This code reads
- * the high word of the segment base from the GDT and swishes to the
+ * the high word of the segment base from the GDT and switch to the
* normal stack and adjusts ESP with the matching offset.
*
* We might be on user CR3 here, so percpu data is not mapped and we can't
--
2.31.0