ath(4): Fix a typo in a source code comment

- s/chang/change/

(cherry picked from commit 3ad86f460f)
This commit is contained in:
Gordon Bergling 2025-04-28 11:22:10 +02:00
parent 4aed98a65a
commit 41813f983d

View file

@ -324,7 +324,7 @@ ar5212GetRfgain(struct ath_hal *ah)
ahp->ah_rfgainState = HAL_RFGAIN_NEED_CHANGE;
/* for ap51 */
ahp->ah_cwCalRequire = AH_TRUE;
/* Request IQ recalibration for temperature chang */
/* Request IQ recalibration for temperature change */
ahp->ah_bIQCalibration = IQ_CAL_INACTIVE;
}
}