summaryrefslogtreecommitdiff
path: root/tools/lib/perf/Documentation/libperf.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-08-07 22:32:41 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-08-13 15:34:26 +0300
commitce746d43a17493108c6754ce9450bd7317b93f7c (patch)
treeb9c1a8bc8e280fe7daebefe390f00ecb7ebc0be8 /tools/lib/perf/Documentation/libperf.txt
parent194cb6b50f57676130491341f321394bb16ee624 (diff)
downloadlinux-ce746d43a17493108c6754ce9450bd7317b93f7c.tar.xz
libperf: Fix man page typos
Fix various typos and inconsistent capitalization of CPU in the libperf man pages. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20200807193241.3904545-1-robh@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/lib/perf/Documentation/libperf.txt')
-rw-r--r--tools/lib/perf/Documentation/libperf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/perf/Documentation/libperf.txt b/tools/lib/perf/Documentation/libperf.txt
index 5a6bb512789d..0c74c30ed23a 100644
--- a/tools/lib/perf/Documentation/libperf.txt
+++ b/tools/lib/perf/Documentation/libperf.txt
@@ -29,7 +29,7 @@ SYNOPSIS
void libperf_init(libperf_print_fn_t fn);
--
-*API to handle cpu maps:*
+*API to handle CPU maps:*
[source,c]
--
@@ -217,7 +217,7 @@ Following objects are key to the libperf interface:
[horizontal]
-struct perf_cpu_map:: Provides a cpu list abstraction.
+struct perf_cpu_map:: Provides a CPU list abstraction.
struct perf_thread_map:: Provides a thread list abstraction.