From nobody Sun Apr 19 08:12:16 2026 X-Original-To: dev-commits-src-all@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 4fz1Ys228Jz6b9TZ for ; Sun, 19 Apr 2026 08:12:17 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fz1Ys0Qn3z3kQx for ; Sun, 19 Apr 2026 08:12:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776586337; 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=w1RB9EW0GElP2COP5cxw0Nga7pJrRMMYOY2mnhThzIE=; b=Ly/VTgpVjjv/bbTGpNmokAWj+29espcCvsUnv8Ou+SisSWNzEMYwYBvV0LK4LNhd/AfkfN J2G2igsrFFrZHSeeDqZ2Dpfu6tyqGnGxx6Rc1rvjcU5HV6Xz1M4zSL2BkoNvO803JUA9lC wB1LVXFTLOr2Rza6WrvgHxq9RTiI26JgIxz73Qc3KOEINUc5cVUL+UDBRkuWUfAGxagBFV IXJGXqabpZcJYvBEqbFZYL21Rc3iy/lpCivbOedg8xIWi2G0SVyJ9vMXY6KCgQqgSqKepH a6CZt/UGuzKr/5bUnSkVLCYU+Vtbw52rQ3F0zhEFtY064SEGdXumihNSKCsdPQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776586337; a=rsa-sha256; cv=none; b=jkMSAfdZofRvHY/QhZ1e2UDPn75lwOjy35rGU8jpz/q82KWJcJIQyPRUYojgi5PfuSp/Iz QD3cc4oDRX/kDiieQc9OUjEajC6MMyUiByYOUOJGa5klE+kqBTkTKeSRAsoIMQrFuMW2Cx ZG4N4Gp/yPGO7meB2qyJYWobT1CRS9GMwqta6wUsrqPlI8vC5dN/i9Z49/A0xPyfFaHJvo FuXUiJfe4CRiQgOJp2Hoj5eSQ+lJIoQyAOJm96vNW96r4PnmAsTx9Dsp1b0wHFywj/ighi u241BxGD71n5YVC7Rfd9lCns88pxeJdQe2kjMjL0O5XI+3Y65DnkpujbSjslEQ== 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=1776586337; 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=w1RB9EW0GElP2COP5cxw0Nga7pJrRMMYOY2mnhThzIE=; b=v2Jyto8JbLi7MtUS57JICnHAMhYWB/7phvUtDHf1X0/vdRLGJanUQ343yWO2jerenAZ5nM m5aVyGyAcAonOp38NKVgOodBuywKPwLmghDRgE2TlorkfyFSfmHzeVOcksg33YvHYlzHt3 Z9AWHf9ywgIO92s2pGCXwFH+hhJKiAxuXtoUVxZEuw+PtpyqY1FYpYpvRH/5+REdR3Aey8 HlT8mPkHeZyRh7Ju/A+RfsKtq1aO76yCL8DDecGGpdB4ECYWhQuhbQu0nXA4CssoGwcsXy UtNjFb97RzO+njDw7DHZT1PNAuEXbE5hNdadyREaUQJoAVMocU2qtVUPABnW6A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fz1Yr6zPpz1HZZ for ; Sun, 19 Apr 2026 08:12:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1ca06 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 19 Apr 2026 08:12:16 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: 4177af3b0e2d - main - stand/powerpc: Fix a typo in a source code comment List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4177af3b0e2db36238bbd6f973943f830d1ff46f Auto-Submitted: auto-generated Date: Sun, 19 Apr 2026 08:12:16 +0000 Message-Id: <69e48e60.1ca06.717aa519@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4177af3b0e2db36238bbd6f973943f830d1ff46f commit 4177af3b0e2db36238bbd6f973943f830d1ff46f Author: Gordon Bergling AuthorDate: 2026-04-19 08:01:18 +0000 Commit: Gordon Bergling CommitDate: 2026-04-19 08:12:02 +0000 stand/powerpc: Fix a typo in a source code comment - s/limitiations/limitations/ MFC after: 3 days --- stand/powerpc/boot1.chrp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/powerpc/boot1.chrp/Makefile b/stand/powerpc/boot1.chrp/Makefile index a693f775dde8..0b77bce2b097 100644 --- a/stand/powerpc/boot1.chrp/Makefile +++ b/stand/powerpc/boot1.chrp/Makefile @@ -10,7 +10,7 @@ SRCS= boot1.c ashldi3.c syncicache.c memset.c CFLAGS+=-I${LDRSRC} # Load boot1.elf below kernel. # -# Due to limitiations in the way we load stuff, we have to avoid reusing +# Due to limitations in the way we load stuff, we have to avoid reusing # memory until the kernel MMU code has taken over. # # 0x38000 is high enough to not interfere with the trap area, but low