[PATCH v11 01/33] perf sample: Fix documentation typo

From: Ian Rogers

Date: Sun Apr 12 2026 - 21:22:59 EST


s/PEF/PERF/

Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
---
tools/perf/util/sample.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/sample.h b/tools/perf/util/sample.h
index ca0c407c4423..e556c9b656ea 100644
--- a/tools/perf/util/sample.h
+++ b/tools/perf/util/sample.h
@@ -126,7 +126,7 @@ struct perf_sample {
u64 time;
/** @addr: The sample event PERF_SAMPLE_ADDR value. */
u64 addr;
- /** @id: The sample event PERF_SAMPLE_ID or PEF_SAMPLE_IDENTIFIER value. */
+ /** @id: The sample event PERF_SAMPLE_ID or PERF_SAMPLE_IDENTIFIER value. */
u64 id;
/** @stream_id: The sample event PERF_SAMPLE_STREAM_ID value. */
u64 stream_id;
--
2.53.0.1213.gd9a14994de-goog