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]
Message-Id: <20231206085223.2333-1-caoyixuan2019@email.szu.edu.cn>
Date:   Wed,  6 Dec 2023 16:52:23 +0800
From:   Yixuan Cao <caoyixuan2019@...il.szu.edu.cn>
To:     akpm@...ux-foundation.org
Cc:     brauner@...nel.org, surenb@...gle.com, mst@...hat.com,
        michael.christie@...cle.com, mathieu.desnoyers@...icios.com,
        mjguzik@...il.com, npiggin@...il.com, zhangpeng.00@...edance.com,
        hca@...ux.ibm.com, peterz@...radead.org,
        linux-kernel@...r.kernel.org,
        Yixuan Cao <caoyixuan2019@...il.szu.edu.cn>
Subject: [PATCH] fork: fix a typo

I fixed a typo in the function copy_mm() where "a active" should be
"an active".

Signed-off-by: Yixuan Cao <caoyixuan2019@...il.szu.edu.cn>
---
 kernel/fork.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/fork.c b/kernel/fork.c
index c78e65757eb5..18f0b84bd2ef 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1719,7 +1719,7 @@ static int copy_mm(unsigned long clone_flags, struct task_struct *tsk)
 	/*
 	 * Are we cloning a kernel thread?
 	 *
-	 * We need to steal a active VM for that..
+	 * We need to steal an active VM for that..
 	 */
 	oldmm = current->mm;
 	if (!oldmm)
-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ