diff options
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 d7244e553670..28c18d1d52c3 100644 --- a/tools/perf/util/parse-events-test.c +++ b/tools/perf/util/parse-events-test.c | |||
@@ -1016,7 +1016,7 @@ static int test_pmu(void) | |||
1016 | 1016 | ||
1017 | ret = stat(path, &st); | 1017 | ret = stat(path, &st); |
1018 | if (ret) | 1018 | if (ret) |
1019 | pr_debug("ommiting PMU cpu tests\n"); | 1019 | pr_debug("omitting PMU cpu tests\n"); |
1020 | return !ret; | 1020 | return !ret; |
1021 | } | 1021 | } |
1022 | 1022 | ||