[PATCH] kernel/cpu: fix "its" -> "it is" typo

Diego Viola posted 1 patch 4 years ago
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kernel/cpu: fix "its" -> "it is" typo
Posted by Diego Viola 4 years ago
Signed-off-by: Diego Viola <diego.viola@gmail.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