From nobody Mon Jul 6 15:08:23 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gv75z207Kz6kCD8 for ; Mon, 06 Jul 2026 15:08:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gv75z1Pbmz47Bm for ; Mon, 06 Jul 2026 15:08:23 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783350503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y99osTB0519MqwfICzO+AusCg5XncAyeZsgdfhmIG0U=; b=WiN27DCe9s+XOt5TL1yNZ8glJNfJQoCJhmwFPTQuWg0jU4c2IYFY0C/KNmBiA314jna7Qc 0g0YHY2DGjKdJrwaWBn6+c/iOUVXA8T2DmHtKnVHphiypiEya594kYdV6LWFy8iLlOU60s 3W5kEgg7KrzKTtZSIRGBxWCXV8Y6NUErmhcicFT3LYFbNEhVl/OxQtpBZzsSEDo2Jyqktd TYJ4lj9EV6S1dfIZ4UKDJQRTqAuOJe7I14UNsdDCQ4VoJLK/OpEKgHWjS5/ukk6zXGx3Pj fvJQphkMZ2agDnfUkcL53ANha7kvWDOI0C1zJp8wsZR9Djwi8N67cQ8KkNgOAA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783350503; a=rsa-sha256; cv=none; b=tputQEpin/SGVZ50O9HhnqmF0734M3S69QcIIR+Bud5WsCwKVCGoliswxoG8869zHMN8nI FR0w1nYWYmSZlpuc2ojq5bionW3wnEm8EL1r4Yr3tCIXW7770wnXJsaHISU7g0S7qw6JfJ LWzlehyQ+f7ejx3Qx34L2EIy2U6V3QdnKnIqlkxTjcdUI6TQcHaaO1YjfAgihd0NFY0Agp eEM1J7WGmx/LmgLqb00qPitEXjeW1gaKSMbY5qvUPcf++bHNP3/EgNAG04P7DaX9h3Wm2S CMfDp1MS69hLpCCOt8may3K6d7F4Al33gsQvdTPbgB59an1lrUocM2BZTUnxrA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783350503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y99osTB0519MqwfICzO+AusCg5XncAyeZsgdfhmIG0U=; b=hU1NG9AXD1+DbcTUmU2QR+VCzXd8zbCWHOBFGCqKK1m5xq7Skyhws5KxiRGusvFuq7J/ag i/Glt6x0LWU4YP/nn+iqJ54dxI+zoy1rdEBmemDRBRAd4HtLfY+Lon1jwxWPThybRAmkV9 ZmXmT/axaLMu8bVVoeelT7uV9r4VXN24m2HNjwDYaNdBcnTgdgNpxtZIVdI9mE6PtF4Bn8 KfuaOh4KsUagYSMsLTygO1hBqJCqXIiLL7ISbLa0OCw0IY3T2Aq8zt5tuijIiDPE9NCcUI efqq+DJAwQvs4DKidb63PJVRO8ALKtuymCplv2hG5ZPo7ilWi+dqgLahTQoIdA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gv75z0JLXz18XG for ; Mon, 06 Jul 2026 15:08:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1be06 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 06 Jul 2026 15:08:23 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Olivier Certner Subject: git: 302d3a21ad9a - main - cpu: cpu_get_pcpuid(): Fix typo in herald comment List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olce X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e Auto-Submitted: auto-generated Date: Mon, 06 Jul 2026 15:08:23 +0000 Message-Id: <6a4bc4e7.1be06.838c56@gitrepo.freebsd.org> The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e commit 302d3a21ad9aae26a55aa8d8396c69f8ca8ac33e Author: Olivier Certner AuthorDate: 2026-07-06 14:49:58 +0000 Commit: Olivier Certner 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