From: Ian Rogers Date: Sun, 12 Apr 2026 02:08:04 +0000 (-0700) Subject: perf sample: Fix documentation typo X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=fab205e49286ab01cbc6fa8debd65a5a6e6cca71;p=thirdparty%2Fkernel%2Flinux.git perf sample: Fix documentation typo s/PEF/PERF/ Signed-off-by: Ian Rogers Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/util/sample.h b/tools/perf/util/sample.h index ca0c407c4423a..e556c9b656ea9 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;