Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1466986

[PATCH] perf tools: fix typo: "ehough" -> "enough"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] perf tools: fix typo: "ehough" -> "enough"
Date 2016-08-21 16:20 +0200
Message-ID <s8BLr-1pw-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

trivial typo fix in pr_debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/perf/tests/backward-ring-buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c
index 615780c..e6d1816 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;
 	}
 
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] perf tools: fix typo: "ehough" -> "enough" Colin King <colin.king@canonical.com> - 2016-08-21 16:20 +0200
  [tip:perf/core] perf tools: Fix typo: "ehough" -> "enough" tip-bot for Colin Ian King <tipbot@zytor.com> - 2016-08-24 13:50 +0200

csiph-web