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

takakura@valinux.co.jp posted 1 patch 2 years, 1 month ago
arch/x86/entry/entry_64.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] x86/entry: correct spelling in ret_from_fork_asm()
Posted by takakura@valinux.co.jp 2 years, 1 month ago
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(-)

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