Date: Thu, 05 Feb 2026 13:52:55 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 69e12701ccd9 - stable/15 - ath_hal(4): Fix a typo in a source code comment Message-ID: <6984a0b7.378ac.43ddf21d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=69e12701ccd9774c4a282cf7f1e96faa0dc13182 commit 69e12701ccd9774c4a282cf7f1e96faa0dc13182 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-01-31 15:20:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-02-05 13:52:13 +0000 ath_hal(4): Fix a typo in a source code comment - s/arithmatic/arithmetic/ (cherry picked from commit a17659fe260ce16c1e373b543ca9f13cc14340ea) --- sys/dev/ath/ath_hal/ar5211/ar5211_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c b/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c index fa5293777f02..c5a86ef78edb 100644 --- a/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c +++ b/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c @@ -1800,7 +1800,7 @@ ar5211GetInterpolatedValue(uint16_t target, /* * Look for value being within 0.1 of the search values * however, NDIS can't do float calculations, so multiply everything - * up by EEP_SCALE so can do integer arithmatic + * up by EEP_SCALE so can do integer arithmetic * * INPUT value -value to search for * INPUT pList -ptr to the list to searchhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6984a0b7.378ac.43ddf21d>
