diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-07-06 14:49:58 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-07-06 15:07:58 +0000 |
| commit | 302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e (patch) | |
| tree | d53b455f14c91dd76a9ff0dba18ef729500f4d7f | |
| parent | 7f5fa76367d78e47d483fdf2cc72e5823d0f7807 (diff) | |
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
| -rw-r--r-- | sys/sys/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
