aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-01-31 15:20:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-01-31 15:20:32 +0000
commita17659fe260ce16c1e373b543ca9f13cc14340ea (patch)
tree429b8a994d7098e9daff9317cdd62b0025377dc3
parent7b6e84c9ac5668134ab2d075019ef0b827d90c84 (diff)
ath_hal(4): Fix a typo in a source code comment
- s/arithmatic/arithmetic/ MFC after: 5 days
-rw-r--r--sys/dev/ath/ath_hal/ar5211/ar5211_reset.c2
1 files changed, 1 insertions, 1 deletions
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 search