[PATCH] kernel/cpu: fix comment typo

Vishal Chourasia posted 1 patch 8 months, 4 weeks ago
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kernel/cpu: fix comment typo
Posted by Vishal Chourasia 8 months, 4 weeks ago
s/Archicture/Architecture

Signed-off-by: Vishal Chourasia <vishalc@linux.ibm.com>
---
 kernel/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index b08bb34b1718..ff9d0b5313d2 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -656,7 +656,7 @@ static int __init smt_cmdline_disable(char *str)
 early_param("nosmt", smt_cmdline_disable);
 
 /*
- * For Archicture supporting partial SMT states check if the thread is allowed.
+ * For Architecture supporting partial SMT states check if the thread is allowed.
  * Otherwise this has already been checked through cpu_smt_max_threads when
  * setting the SMT level.
  */
-- 
2.49.0