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

- s/chang/change/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2025-04-28 11:22:10 +02:00
parent 4494ea5406
commit 3ad86f460f

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;
}
}