lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ