summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/disasm.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-03-18 11:37:15 +0100
committerVineet Gupta <vgupta@kernel.org>2022-04-18 12:20:23 -0700
commitecaa054fc4c65ad337ec57aef2c6b041e0ef8f91 (patch)
treebf871fc028f7e74c56af68f37a5497aac026c437 /arch/arc/kernel/disasm.c
parentb1c6ecfdd06907554518ec384ce8e99889d15193 (diff)
downloadlinux-ecaa054fc4c65ad337ec57aef2c6b041e0ef8f91.tar.bz2
ARC: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/kernel/disasm.c')
-rw-r--r--arch/arc/kernel/disasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/disasm.c b/arch/arc/kernel/disasm.c
index 03f8b1be0c3a..897d5d70b39a 100644
--- a/arch/arc/kernel/disasm.c
+++ b/arch/arc/kernel/disasm.c
@@ -366,7 +366,7 @@ void __kprobes disasm_instr(unsigned long addr, struct disasm_state *state,
case op_SP: /* LD_S|LDB_S b,[sp,u7], ST_S|STB_S b,[sp,u7] */
/* note: we are ignoring possibility of:
* ADD_S, SUB_S, PUSH_S, POP_S as these should not
- * cause unaliged exception anyway */
+ * cause unaligned exception anyway */
state->write = BITS(state->words[0], 6, 6);
state->zz = BITS(state->words[0], 5, 5);
if (state->zz)