From nobody Sun Jun 14 08:54:17 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 4gdRrT1qVsz6hlrr for ; Sun, 14 Jun 2026 08:54: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 4gdRrT1Mggz3wcV for ; Sun, 14 Jun 2026 08:54:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781427257; 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=cT/0xUnhhiHReqKbsaGLxhM0xdBTLgvPn792heNFR778NLxiommeahqxDloXtfTMY6gAwh TuZrKXo41La5DosZOEwCIqNA/tqX1rpAq4k/JPRQYu1s4BKB1pL9lkOC7ENcSjVkWVbEv+ JZycmzlsh4pfJGYQgqkrqTMtGsPUM+tM9cVkxfJ+NP2acPIrs4eWPsqAyPCvcyBjVTIi/N zLHHd47Rp7HayOqB2SXiriqvwpKhJdSUGeqFMAjee7AB9cLs3Xdsr6QVe/jOs4wi6M+k9Q ZvTL3MjA9IJphZ+CzgyfUTQ2VtdYOrgxatKeB/mmR8oUIipT1rn8sbHhnPDB2A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781427257; a=rsa-sha256; cv=none; b=sP+vC/ulwLjnCQKzHhPJMq1jqEyBqW1HR8dG2FQO1njl8BDuS0oljmymXjVE5fgHRZA5cU K/iOnlOC2ATsutYhdzjGXnJoKsC58Nxn5ik0aaG/Ik6RYcgV5AaYplHd9KlGLMD33S4LNd VgpX/mCJHFiXkRIXBg4ZOlMmq458q0hu1h444BvnG3gUo2Jub6uGmxOKNi1/tKlqCPPzZE S+lxiOtMYtOEAapmGOuxNgxS6wUjuV/JdIaRrF0s63+Abe06WRE9o0jSEjEoezteKov9z2 um2yf4XIHxs4erZ/Sd9+9aPcWCOELZRkZHbviBX7FxfbVDtBpyPtXdPrUvAulw== 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=1781427257; 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=yotL7COtLVfy/4Z4KPQ1wS7fZZXhaiEWCTRcCf4PP47xdLRyM2J2wm1gaGJi6A1u1ZNWgb 4cIn0eEN7VJAZPrePF5gnfziIuKnGiwOi2DRMQ1g51LpzkegHfyGmx7/T7Nr4bo6zzocmh QfWeFhoNvg9/8euC6baTohLJUlKrkIxvhosUhx4EFIfjyLEokBHIfYSR49oGM2qaJgE2L7 Z9GCN3HaX03pqPo4zv9+iT/C5Nsdhiy/8xwG5hVmZ/nDtRoDUUoNgMPMJ+AJSeyKEZozws OnC2HMRGCup82tRLkRpwnmUrZKaPLFaM3XW9O6e8lyDbSrzEFwt9m2cpbIhy2A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gdRrT0yfLz12N8 for ; Sun, 14 Jun 2026 08:54:17 +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 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: 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;