aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Yan <[email protected]>2019-10-23 16:33:24 +0800
committerArnaldo Carvalho de Melo <[email protected]>2019-11-06 15:43:05 -0300
commitb7dc21f546d854aea75245efd88d455f39f5d005 (patch)
tree1cf18277609178b3cb58767502ba9080e930aee4
parent826100a7ce9a659b42140710ebe789d710799048 (diff)
perf tests: Fix a typo
Correct typo in comment: s/suck/stuck. Signed-off-by: Leo Yan <[email protected]> Reported-by: Will Deacon <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/tests/bp_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/bp_signal.c b/tools/perf/tests/bp_signal.c
index 166f411568a5..415903b48578 100644
--- a/tools/perf/tests/bp_signal.c
+++ b/tools/perf/tests/bp_signal.c
@@ -295,7 +295,7 @@ bool test__bp_signal_is_supported(void)
* breakpointed instruction.
*
* Since arm64 has the same issue with arm for the single-step
- * handling, this case also gets suck on the breakpointed
+ * handling, this case also gets stuck on the breakpointed
* instruction.
*
* Just disable the test for these architectures until these