aic7xxx: Fix a few common typos in source code comments

- s/ingnore/ignore/
- s/ingnored/ignored/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-07-03 14:06:48 +02:00
parent f1334ab76b
commit 9bfefcea43
4 changed files with 4 additions and 4 deletions

View file

@ -4845,7 +4845,7 @@ ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
}
/*
* Process an ingnore wide residue message.
* Process an ignore wide residue message.
*/
static void
ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)

View file

@ -1208,7 +1208,7 @@ mesgin_complete:
complete_accepted:
/*
* See if we attempted to deliver a message but the target ingnored us.
* See if we attempted to deliver a message but the target ignored us.
*/
test SCB_CONTROL, MK_MESSAGE jz complete_nomsg;
SET_SEQINTCODE(MKMSG_FAILED)

View file

@ -3632,7 +3632,7 @@ ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
}
/*
* Process an ingnore wide residue message.
* Process an ignore wide residue message.
*/
static void
ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)

View file

@ -1649,7 +1649,7 @@ mesgin_complete:
complete_accepted:
/*
* See if we attempted to deliver a message but the target ingnored us.
* See if we attempted to deliver a message but the target ignored us.
*/
test SCB_CONTROL, MK_MESSAGE jz . + 2;
mvi MKMSG_FAILED call set_seqint;