linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: Fix perf-record manual typo
@ 2021-12-22 21:33 Kevin Grigorenko
  2021-12-23 17:47 ` Ian Rogers
  2021-12-24  2:03 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Grigorenko @ 2021-12-22 21:33 UTC (permalink / raw)
  To: linux-perf-users

From: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
Date: Wed, 22 Dec 2021 13:21:44 -0800
Subject: [PATCH] perf: Fix perf-record manual typo

Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
---
 tools/perf/Documentation/perf-record.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-record.txt 
b/tools/perf/Documentation/perf-record.txt
index 3cf7bac67239..52f98d53a97e 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -258,7 +258,7 @@ OPTIONS
        Call Frame Information) or "lbr" (Hardware Last Branch Record
        facility).
 
-       In some systems, where binaries are build with gcc
+       In some systems, where binaries are built with gcc
        --fomit-frame-pointer, using the "fp" method will produce bogus
        call graphs, using "dwarf", if available (perf tools linked to
        the libunwind or libdw library) should be used instead.
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-24  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-22 21:33 [PATCH] perf: Fix perf-record manual typo Kevin Grigorenko
2021-12-23 17:47 ` Ian Rogers
2021-12-24  2:03 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).