mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
aic79xx: Fix a typo in a source code comment
- s/Disble/Disable/
Obtained from: NetBSD
(cherry picked from commit 2cada72c65)
This commit is contained in:
parent
59f3ff80f5
commit
1dceda2ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -5492,7 +5492,7 @@ ahd_reset(struct ahd_softc *ahd, int reinit)
|
|||
* does not disable its parity logic prior to
|
||||
* the start of the reset. This may cause a
|
||||
* parity error to be detected and thus a
|
||||
* spurious SERR or PERR assertion. Disble
|
||||
* spurious SERR or PERR assertion. Disable
|
||||
* PERR and SERR responses during the CHIPRST.
|
||||
*/
|
||||
mod_cmd = cmd & ~(PCIM_CMD_PERRESPEN|PCIM_CMD_SERRESPEN);
|
||||
|
|
|
|||
Loading…
Reference in a new issue