linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/entry: Fix a typo
@ 2021-03-21 20:13 Bhaskar Chowdhury
  2021-03-21 21:56 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21 20:13 UTC (permalink / raw)
  To: luto, tglx, mingo, bp, x86, hpa, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/swishes/switch/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-22  3:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 20:13 [PATCH] x86/entry: Fix a typo Bhaskar Chowdhury
2021-03-21 21:56 ` Randy Dunlap
2021-03-21 22:55   ` Ingo Molnar
2021-03-21 23:01     ` Bhaskar Chowdhury
2021-03-22  3:30       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).