git: 3ad86f460fa8 - main - ath(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Apr 2025 09:22:32 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3ad86f460fa81ecc036fb5af25848f10b68b4019

commit 3ad86f460fa81ecc036fb5af25848f10b68b4019
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-04-28 09:22:10 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-04-28 09:22:10 +0000

    ath(4): Fix a typo in a source code comment
    
    - s/chang/change/
    
    MFC after:      3 days
---
 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;
 			}
 		}