git: 41813f983dfd - stable/14 - ath(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 May 2025 06:49:43 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=41813f983dfd98bd91ff205871273a98562b78a7 commit 41813f983dfd98bd91ff205871273a98562b78a7 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-04-28 09:22:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-05-01 06:48:16 +0000 ath(4): Fix a typo in a source code comment - s/chang/change/ (cherry picked from commit 3ad86f460fa81ecc036fb5af25848f10b68b4019) --- sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c b/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c index 9352c6decd82..04b75dd09662 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c @@ -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; } }