ath_hal(4): Fix a typo in a source code comment

- s/arithmatic/arithmetic/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2026-01-31 16:20:32 +01:00
parent 7b6e84c9ac
commit a17659fe26
+1 -1
View File
@@ -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