On 9/4/22 11:52 AM, Gordon Bergling wrote:
The branch main has been updated by gbe (doc committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=f0d4c2afd65f821b8983152848f4005239ff975a
commit f0d4c2afd65f821b8983152848f4005239ff975a
Author: Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-09-04 10:52:38 +0000
Commit: Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-09-04 10:52:38 +0000
pmc(3): Correct some typos in event descriptions
- s/occured/occurred/
- s/the the/the/
MFC after: 3 days
---
lib/libpmc/pmu-events/arch/x86/broadwell/pipeline.json | 4 ++--
lib/libpmc/pmu-events/arch/x86/broadwellde/pipeline.json | 4 ++--
lib/libpmc/pmu-events/arch/x86/broadwellx/pipeline.json | 4 ++--
lib/libpmc/pmu-events/arch/x86/cascadelakex/uncore-other.json | 2 +-
lib/libpmc/pmu-events/arch/x86/silvermont/pipeline.json | 4 ++--
lib/libpmc/pmu-events/arch/x86/skylakex/uncore-other.json | 2 +-
I think these files are actually 3rd party (and should really be under
contrib/ in that case?) so probably shouldn't be changed. Maybe you can
send the changes upstream to Linux instead?
--
John Baldwin