diff options
author | shaomin Deng <[email protected]> | 2022-08-07 04:46:29 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-08-12 16:44:56 -0300 |
commit | 632f5c224e95ce6846724a0720f7e7ef704fb858 (patch) | |
tree | 3b2080ded18d7cde941428414068d78ae3ae6821 | |
parent | ae4e4a0ba30aa3978ac17a919b2ff7b073faa2f3 (diff) |
perf trace: Fix double word in comments
Delete repeated word "and" in comments.
Signed-off-by: shaomin Deng <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 1e1f10a1971d..0bd9d01c0df9 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -2749,7 +2749,7 @@ static size_t trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel, /* * Suppress this argument if its value is zero and - * and we don't have a string associated in an + * we don't have a string associated in an * strarray for it. */ if (val == 0 && |