diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-17 12:20:59 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:49:34 -0400 |
commit | 3fd44cd40c920cb26c2697cea59442cd40cc8227 (patch) | |
tree | 4074b9e0b6953fcaded636cb45de480f41921143 /tools/perf/util/parse-events-test.c | |
parent | ce8283d56cfbf108a9128c7ef24bf4d94f43f298 (diff) |
tools: perf: Fix typo in tools/perf
Correct spelling typo in tools/perf.
Signed-off-by: Masanari iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/util/parse-events-test.c')
-rw-r--r-- | tools/perf/util/parse-events-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
752 | 752 | ||
753 | ret = stat(path, &st); | 753 | ret = stat(path, &st); |
754 | if (ret) | 754 | if (ret) |
755 | pr_debug("ommiting PMU cpu tests\n"); | 755 | pr_debug("omitting PMU cpu tests\n"); |
756 | return !ret; | 756 | return !ret; |
757 | } | 757 | } |
758 | 758 | ||