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, 21 Apr 2022 03:16:29 -0300
From:   Diego Viola <diego.viola@...il.com>
To:     tglx@...utronix.de
Cc:     peterz@...radead.org, linux-kernel@...r.kernel.org,
        Diego Viola <diego.viola@...il.com>
Subject: [PATCH] kernel/cpu: fix "its" -> "it is" typo

Signed-off-by: Diego Viola <diego.viola@...il.com>
---
 kernel/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index d0a9aa0b42e8..f30994cfe63a 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -965,7 +965,7 @@ void clear_tasks_mm_cpumask(int cpu)
 
 	/*
 	 * This function is called after the cpu is taken down and marked
-	 * offline, so its not like new tasks will ever get this cpu set in
+	 * offline, so it is not like new tasks will ever get this CPU set in
 	 * their mm mask. -- Peter Zijlstra
 	 * Thus, we may use rcu_read_lock() here, instead of grabbing
 	 * full-fledged tasklist_lock.
-- 
2.36.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ