aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Rogers <[email protected]>2020-09-10 03:26:31 +0000
committerArnaldo Carvalho de Melo <[email protected]>2020-09-10 11:14:14 +0000
commit9e34c1c87e56dc4a53e95fa2a68191c75e10b46d (patch)
treef1e6b6f62216a81774182d71477d279a2b65ac3a
parentperf stat: Remove dead code: no need to set os.evsel twice (diff)
downloadkernel-9e34c1c87e56dc4a53e95fa2a68191c75e10b46d.tar.gz
kernel-9e34c1c87e56dc4a53e95fa2a68191c75e10b46d.zip
perf metricgroup: Fix typo in comment.
Add missing character. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jin Yao <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kajol Jain <[email protected]> Cc: Kan Liang <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: Thomas Richter <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/perf/util/metricgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/metricgroup.c b/tools/perf/util/metricgroup.c
index 38464d7d2d63..5476e0767e8c 100644
--- a/tools/perf/util/metricgroup.c
+++ b/tools/perf/util/metricgroup.c
@@ -150,7 +150,7 @@ static void expr_ids__exit(struct expr_ids *ids)
}
/**
- * Find a group of events in perf_evlist that correpond to those from a parsed
+ * Find a group of events in perf_evlist that correspond to those from a parsed
* metric expression. Note, as find_evsel_group is called in the same order as
* perf_evlist was constructed, metric_no_merge doesn't need to test for
* underfilling a group.