[PATCH] nios2: fix typo "cannnot" in comment
From: Hemanth Selam
Date: Fri Sep 04 2026 - 08:55:38 EST
Correct "cannnot" to "cannot", reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
arch/nios2/include/asm/asm-macros.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/nios2/include/asm/asm-macros.h b/arch/nios2/include/asm/asm-macros.h
index 522e50a176b2..eb8cdbe49420 100644
--- a/arch/nios2/include/asm/asm-macros.h
+++ b/arch/nios2/include/asm/asm-macros.h
@@ -13,7 +13,7 @@
/*
* ANDs reg2 with mask and places the result in reg1.
*
- * You cannnot use the same register for reg1 & reg2.
+ * You cannot use the same register for reg1 & reg2.
*/
.macro ANDI32 reg1, reg2, mask
--
2.48.1