aic7xxx: Fix two typos in source code comments
- s/reslection/reselection/ MFC after: 3 days
This commit is contained in:
@@ -9442,7 +9442,7 @@ ahd_recover_commands(struct ahd_softc *ahd)
|
||||
/*
|
||||
* The sequencer will never re-reference the
|
||||
* 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.
|
||||
*/
|
||||
ahd_outb(ahd, SCB_CONTROL,
|
||||
|
||||
@@ -7182,7 +7182,7 @@ ahc_recover_commands(struct ahc_softc *ahc)
|
||||
* In the non-paging case, the sequencer will
|
||||
* never re-reference the in-core SCB.
|
||||
* 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.
|
||||
*/
|
||||
if ((ahc->flags & AHC_PAGESCBS) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user