From 3fd44cd40c920cb26c2697cea59442cd40cc8227 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 18 Jul 2012 01:20:59 +0900 Subject: tools: perf: Fix typo in tools/perf Correct spelling typo in tools/perf. Signed-off-by: Masanari iida Signed-off-by: Jiri Kosina --- tools/perf/util/parse-events-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/perf/util/parse-events-test.c') diff --git a/tools/perf/util/parse-events-test.c b/tools/perf/util/parse-events-test.c index 1b997d2b89ce..34b97bbd79b1 100644 --- a/tools/perf/util/parse-events-test.c +++ b/tools/perf/util/parse-events-test.c @@ -752,7 +752,7 @@ static int test_pmu(void) ret = stat(path, &st); if (ret) - pr_debug("ommiting PMU cpu tests\n"); + pr_debug("omitting PMU cpu tests\n"); return !ret; } -- cgit v1.2.3-59-g8ed1b