aic7xxx: Fix two typos in source code comments

- s/Diable/Disable/
- s/connonical/canonical/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-06-14 10:45:52 +02:00
parent 59b0df3441
commit 49ced8d765
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;