Skip to content

Commit dd6fa4e

Browse files
Colin Ian Kingacmel
authored andcommitted
perf tools: Fix typo: "ehough" -> "enough"
Trivial typo fix in pr_debug message Signed-off-by: Colin King <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: He Kuang <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent bdca79c commit dd6fa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/tests/backward-ring-buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ int test__backward_ring_buffer(int subtest __maybe_unused)
9797

9898
evlist = perf_evlist__new();
9999
if (!evlist) {
100-
pr_debug("No ehough memory to create evlist\n");
100+
pr_debug("No enough memory to create evlist\n");
101101
return TEST_FAIL;
102102
}
103103

0 commit comments

Comments
 (0)