Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jul 2026 15:08:23 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 302d3a21ad9a - main - cpu: cpu_get_pcpuid(): Fix typo in herald comment
Message-ID:  <6a4bc4e7.1be06.838c56@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e

commit 302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-07-06 14:49:58 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4bc4e7.1be06.838c56>