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:
Gordon Bergling 2022-06-04 11:52:34 +02:00
parent 59f3ff80f5
commit 1dceda2ccd

View file

@ -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);