summaryrefslogtreecommitdiff
path: root/tools/perf/util/tsc.c
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-11-08 15:47:15 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2024-11-13 16:27:35 -0300
commit463c2031655c08007401b0eefed817ed2da2ebfb (patch)
tree7e1d3a093fa153e7f813daf1cc7d7beaf707fd67 /tools/perf/util/tsc.c
parenta6e8a58de6294578195447596fb975a9027b4d2c (diff)
downloadlinux-463c2031655c08007401b0eefed817ed2da2ebfb.tar.gz
linux-463c2031655c08007401b0eefed817ed2da2ebfb.tar.bz2
linux-463c2031655c08007401b0eefed817ed2da2ebfb.zip
perf tools: Fix typos Muliplier -> Multiplier
There are some typos in fprintf messages. Fix them via codespell. Reviewed-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> 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/20241108134728.25515-1-algonell@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/tsc.c')
-rw-r--r--tools/perf/util/tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/tsc.c b/tools/perf/util/tsc.c
index 2e33a20e1e1b..511a517ce613 100644
--- a/tools/perf/util/tsc.c
+++ b/tools/perf/util/tsc.c
@@ -119,7 +119,7 @@ size_t perf_event__fprintf_time_conv(union perf_event *event, FILE *fp)
size_t ret;
ret = fprintf(fp, "\n... Time Shift %" PRI_lu64 "\n", tc->time_shift);
- ret += fprintf(fp, "... Time Muliplier %" PRI_lu64 "\n", tc->time_mult);
+ ret += fprintf(fp, "... Time Multiplier %" PRI_lu64 "\n", tc->time_mult);
ret += fprintf(fp, "... Time Zero %" PRI_lu64 "\n", tc->time_zero);
/*