x86/entry: correct spelling in ret_from_fork_asm()

Message ID 20240104092929.4748-1-takakura@valinux.co.jp
State New
Headers
Series x86/entry: correct spelling in ret_from_fork_asm() |

Commit Message

takakura@valinux.co.jp Jan. 4, 2024, 9:29 a.m. UTC
  From: Ryo Takakura <takakura@valinux.co.jp>

Correct the word "through" to "though" in the comment.

Signed-off-by: Ryo Takakura <takakura@valinux.co.jp>
---
 arch/x86/entry/entry_64.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
index 567d973eed03..4841e6cc6cfa 100644
--- a/arch/x86/entry/entry_64.S
+++ b/arch/x86/entry/entry_64.S
@@ -224,7 +224,7 @@  SYM_FUNC_END(__switch_to_asm)
 .pushsection .text, "ax"
 SYM_CODE_START(ret_from_fork_asm)
 	/*
-	 * This is the start of the kernel stack; even through there's a
+	 * This is the start of the kernel stack; even though there's a
 	 * register set at the top, the regset isn't necessarily coherent
 	 * (consider kthreads) and one cannot unwind further.
 	 *