The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e
commit 302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e Author: Olivier Certner <[email protected]> AuthorDate: 2026-07-06 14:49:58 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-07-06 15:07:58 +0000 cpu: cpu_get_pcpuid(): Fix typo in herald comment Fixes: c3c8f4d9e662 ("cpu: New cpu_get_pcpuid(), retrieves internal CPU ID") Sponsored by: The FreeBSD Foundation --- sys/sys/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/cpu.h b/sys/sys/cpu.h index 9156fa9f723d..7b5d45e98f47 100644 --- a/sys/sys/cpu.h +++ b/sys/sys/cpu.h @@ -53,7 +53,7 @@ cpu_get_pcpu(device_t dev) /* * Assumes the parent bus sets the CPU_IVAR_PCPU instance variable, which most - * CPU buses do. A panic will ensure if not the case. Calling devices should + * CPU buses do. A panic will ensue if not the case. Calling devices should * check for that condition (most probably in their attach function). */ static __inline u_int
