Date: Wed, 17 Jun 2026 04:53:08 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c8f0bb39e336 - stable/14 - aic7xxx: Fix two typos in source code comments Message-ID: <6a322834.44e93.6bd97057@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c8f0bb39e3363adf5064d28c2725c5152c5b347f commit c8f0bb39e3363adf5064d28c2725c5152c5b347f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-06-14 08:45:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-06-17 04:50:25 +0000 aic7xxx: Fix two typos in source code comments - s/Diable/Disable/ - s/connonical/canonical/ (cherry picked from commit 49ced8d765f46c3f81214590ad384846cfdfbbf8) --- 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 4bf96a855cf8..7036749a1854 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -6439,7 +6439,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;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a322834.44e93.6bd97057>
