aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2016-08-21 15:12:56 +0100
committerArnaldo Carvalho de Melo <[email protected]>2016-08-23 17:06:38 -0300
commitdd6fa4e197f0123bcd751e47c171121b2451f148 (patch)
treeda72e8e2dd2bb380d7eecc88496f091e0a9ad5b4
parentbdca79c2bf40556b664c9b1c32aec103e9bdb4a9 (diff)
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]>
-rw-r--r--tools/perf/tests/backward-ring-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c
index 615780cbfe1d..e6d1816e431a 100644
--- a/tools/perf/tests/backward-ring-buffer.c
+++ b/tools/perf/tests/backward-ring-buffer.c
@@ -97,7 +97,7 @@ int test__backward_ring_buffer(int subtest __maybe_unused)
evlist = perf_evlist__new();
if (!evlist) {
- pr_debug("No ehough memory to create evlist\n");
+ pr_debug("No enough memory to create evlist\n");
return TEST_FAIL;
}