Just fix a typo in decode-arm.c
Signed-off-by: Chengguang Xu <redacted>
---
arch/arm/probes/decode-arm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/probes/decode-arm.c b/arch/arm/probes/decode-arm.c
index f72c33a2dcfb..70fdbe48d3b5 100644
--- a/arch/arm/probes/decode-arm.c
+++ b/arch/arm/probes/decode-arm.c
@@ -29,7 +29,7 @@
#define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25)
/*
- * To avoid the complications of mimicing single-stepping on a
+ * To avoid the complications of mimicking single-stepping on a
* processor without a Next-PC or a single-step mode, and to
* avoid having to deal with the side-effects of boosting, we
* simulate or emulate (almost) all ARM instructions.
--
2.17.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel