From nobody Sun Jun 14 08:54:17 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 4gdRrZ5Nllz6hm38 for ; Sun, 14 Jun 2026 08:54:22 +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 4gdRrZ2mQqz3wt5 for ; Sun, 14 Jun 2026 08:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781427262; 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=7FQ03ShAdisgVtGCpInMQrhL14GjAD9st1iPTFPQSeQ=; b=reEP7qbUk/4/HzAl+YNLbpMZBJYzL4IZ5SM3tU0TjzS2ChITbIiiUojjoTe3ubMzJ3Td82 optgmfKL5E7m7TnXAMoJRzvLSPoORQlpq1r1FE/sqwZGtAznS1hFVt7VlSrwYcm22c9zvZ MOLlce3vqVm5QOao1kn5t0D8+lIX+UQN2dIuFSN/T8WBh/T78Pit+bPoAqz5xaIcxd4mCt AvZ9eKwb/SHr7j87YsBjl8NBb2wA+HdHxT2h/qz6J4ps/XQjEAL2AtHHbw05uBTuIz8UnO IbJs4NQDZ5CE60KMnkXOoTX2oUGnvGBJJT4YvfKnKLsCX9ELPkq31s8iVc5lwA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781427262; a=rsa-sha256; cv=none; b=WgaksOiStu5GkDcMtQXfOyYyxcyA3KBIvBGld+eTSkiqUQicrCVcZ3sbQvOOQ9xTlb1jzv pPzPefmnhr5USWr7zso1VEhRpDpbh1SKABwEjNeFQIOrue+bRPv8gn1u7tIufdCZ3yzf3J t5Gfm2zsmW3Vkd9V0XcMZ0+rfQENKe8VPROq70bCdp3g9ZRh1lTqLiE4+CkydeSr5gr4Ue JjzQ7JrqZRfeuhwkbjM57BDf65/5TlDHSurtREizfz3gsUXMZgrmoFDogzyflK+Xub4l8y TguAWTfCXQqiMGeQml6eBfGmFCpDCUoEJt8Ao/XQcacH0T8wOonGOiFtnWGdRg== 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=1781427262; 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=7FQ03ShAdisgVtGCpInMQrhL14GjAD9st1iPTFPQSeQ=; b=xTK3Gk92qyKxYKB7hTdWWIM9OZELR3pC29CuLQsKJ/Kjtic/wY/BhuYisKuT3uPKN8QFO9 aSnI7fJhVUerjliaIvFoLRdAhvnqmbWwLjSmUqwc97FIGE2fhPPHJ5g2yfHT4zkBO1BZIh /XNQYGFOAltCDqJl6yPIljofI2eUXxLUX/xHDnwu+9Ug3cckwgEtJWdjt9zVckiN1IofFR QFduEW3FVVj5fqhvQ/ZBNH66zBBWl084NILygkV7JD0XYz9hnwAXrZ/0LVXDDTBzzbR/A/ Yj/5E30FcnnHhnnF//dEAsTgBgjE5cof9GjzOoFWSXdVZDAu6jdQRb+H8sp/AQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gdRrZ1z4Nz1211 for ; Sun, 14 Jun 2026 08:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 312eb by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 14 Jun 2026 08:54:17 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: 49ced8d765f4 - main - aic7xxx: Fix two typos in source code comments 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 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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 49ced8d765f46c3f81214590ad384846cfdfbbf8 Auto-Submitted: auto-generated Date: Sun, 14 Jun 2026 08:54:17 +0000 Message-Id: <6a2e6c39.312eb.3027246a@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=49ced8d765f46c3f81214590ad384846cfdfbbf8 commit 49ced8d765f46c3f81214590ad384846cfdfbbf8 Author: Gordon Bergling AuthorDate: 2026-06-14 08:45:52 +0000 Commit: Gordon Bergling CommitDate: 2026-06-14 08:45:52 +0000 aic7xxx: Fix two typos in source code comments - s/Diable/Disable/ - s/connonical/canonical/ MFC after: 3 days --- sys/dev/aic7xxx/aic79xx.c | 2 +- sys/dev/aic7xxx/aic7xxx.seq | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index d25f5de282d0..ec61a54ed14b 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -6423,7 +6423,7 @@ ahd_init(struct ahd_softc *ahd) goto init_done; } - /* Diable current sensing. */ + /* Disable current sensing. */ ahd_write_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, 0); #ifdef AHD_DEBUG diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index a94e2dae4149..55b729fd9d43 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -447,7 +447,7 @@ select_out: or SXFRCTL0, CLRSTCNT|CLRCHN; /* - * Put tag in connonical location since not + * Put tag in canonical location since not * all connections have an SCB. */ mov INITIATOR_TAG, SCB_TARGET_ITAG;