diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-14 08:45:52 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-14 08:45:52 +0000 |
| commit | 49ced8d765f46c3f81214590ad384846cfdfbbf8 (patch) | |
| tree | 88029fc1d4c13a951d9011e97c301581484888ea | |
| parent | 59b0df3441a9c71580445fed579d4432dce95115 (diff) | |
aic7xxx: Fix two typos in source code comments
- s/Diable/Disable/
- s/connonical/canonical/
MFC after: 3 days
| -rw-r--r-- | sys/dev/aic7xxx/aic79xx.c | 2 | ||||
| -rw-r--r-- | 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; |
