summaryrefslogtreecommitdiff
path: root/tools/perf/util/evswitch.h
diff options
context:
space:
mode:
authorDiederik de Haas <didi.debian@cknow.org>2023-01-22 13:20:32 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-01-23 10:00:47 -0300
commitfc5d836c6795a1e1991d2611a2338ffe06588b8a (patch)
tree26dccc8686d29e3402e880ce47f5daf7892d304c /tools/perf/util/evswitch.h
parent7158005b4eb350900b3cce44b013e685869d0f08 (diff)
downloadlinux-fc5d836c6795a1e1991d2611a2338ffe06588b8a.tar.gz
linux-fc5d836c6795a1e1991d2611a2338ffe06588b8a.tar.bz2
linux-fc5d836c6795a1e1991d2611a2338ffe06588b8a.zip
perf: Various spelling fixes
Fix various spelling errors as reported by Debian's lintian tool. "amount of times" -> "number of times" ocurrence -> occurrence upto -> up to Signed-off-by: Diederik de Haas <didi.debian@cknow.org> Acked-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20230122122034.48020-1-didi.debian@cknow.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evswitch.h')
-rw-r--r--tools/perf/util/evswitch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/evswitch.h b/tools/perf/util/evswitch.h
index fd30460b6218..8ffdbe526d98 100644
--- a/tools/perf/util/evswitch.h
+++ b/tools/perf/util/evswitch.h
@@ -22,9 +22,9 @@ bool evswitch__discard(struct evswitch *evswitch, struct evsel *evsel);
#define OPTS_EVSWITCH(evswitch) \
OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
- "event", "Consider events after the ocurrence of this event"), \
+ "event", "Consider events after the occurrence of this event"), \
OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
- "event", "Stop considering events after the ocurrence of this event"), \
+ "event", "Stop considering events after the occurrence of this event"), \
OPT_BOOLEAN(0, "show-on-off-events", &(evswitch)->show_on_off_events, \
"Show the on/off switch events, used with --switch-on and --switch-off")