mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
f1334ab76b
commit
9bfefcea43
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue