[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240104092929.4748-1-takakura@valinux.co.jp>
Date: Thu, 4 Jan 2024 18:29:29 +0900
From: takakura@...inux.co.jp
To: luto@...nel.org
Cc: linux-kernel@...r.kernel.org,
Ryo Takakura <takakura@...inux.co.jp>
Subject: [PATCH] x86/entry: correct spelling in ret_from_fork_asm()
From: Ryo Takakura <takakura@...inux.co.jp>
Correct the word "through" to "though" in the comment.
Signed-off-by: Ryo Takakura <takakura@...inux.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
Powered by blists - more mailing lists