[PATCH] kernel/cpu: fix "its" -> "it is" typo
From: Diego Viola
Date: Thu Apr 21 2022 - 02:17:14 EST
Signed-off-by: Diego Viola <diego.viola@xxxxxxxxx>
---
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