[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220421061629.32157-1-diego.viola@gmail.com>
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