[PATCH] x86/entry: correct spelling in ret_from_fork_asm()

From: takakura
Date: Thu Jan 04 2024 - 04:30:15 EST


From: Ryo Takakura <takakura@xxxxxxxxxxxxx>

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

Signed-off-by: Ryo Takakura <takakura@xxxxxxxxxxxxx>
---
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 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.
*
--
2.34.1