Date: Mon, 28 Apr 2025 09:22:32 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3ad86f460fa8 - main - ath(4): Fix a typo in a source code comment Message-ID: <202504280922.53S9MWWA088094@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504280922.53S9MWWA088094>