aic7xxx: Fix two typos in source code comments

- s/reslection/reselection/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2023-08-02 09:20:17 +02:00
parent 7eb8fbfb04
commit 3514686b34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9442,7 +9442,7 @@ ahd_recover_commands(struct ahd_softc *ahd)
/* /*
* The sequencer will never re-reference the * The sequencer will never re-reference the
* in-core SCB. To make sure we are notified * in-core SCB. To make sure we are notified
* during reslection, set the MK_MESSAGE flag in * during reselection, set the MK_MESSAGE flag in
* the card's copy of the SCB. * the card's copy of the SCB.
*/ */
ahd_outb(ahd, SCB_CONTROL, ahd_outb(ahd, SCB_CONTROL,
+1 -1
View File
@@ -7182,7 +7182,7 @@ ahc_recover_commands(struct ahc_softc *ahc)
* In the non-paging case, the sequencer will * In the non-paging case, the sequencer will
* never re-reference the in-core SCB. * never re-reference the in-core SCB.
* To make sure we are notified during * To make sure we are notified during
* reslection, set the MK_MESSAGE flag in * reselection, set the MK_MESSAGE flag in
* the card's copy of the SCB. * the card's copy of the SCB.
*/ */
if ((ahc->flags & AHC_PAGESCBS) == 0) { if ((ahc->flags & AHC_PAGESCBS) == 0) {