diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index d25f5de282d..ec61a54ed14 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 a94e2dae414..55b729fd9d4 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;