aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 17:28:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-30 16:41:23 +0000
commit26eb0b023bc2117dce5afabefb192ba54b225113 (patch)
treec9ff05c96e2ce23c1f8864680b151d421604c2a0
parent2b22c9bc14c693f619ff410fac21c6b44cdf1a1a (diff)
downloadsrc-26eb0b023bc2117dce5afabefb192ba54b225113.tar.gz
src-26eb0b023bc2117dce5afabefb192ba54b225113.zip
ath: Fix a typo in a source code comment
- s/ony/only/ (cherry picked from commit 8eb774fe54c88a5417a287bd811a917fdfe1c2ba)
-rw-r--r--sys/dev/ath/ath_hal/ah.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index e39ff2b7d03d..58353ba90595 100644
--- a/sys/dev/ath/ath_hal/ah.h
+++ b/sys/dev/ath/ath_hal/ah.h
@@ -1030,7 +1030,7 @@ typedef struct {
u_int16_t ss_fft_period; /* Skip interval for FFT reports */
u_int16_t ss_period; /* Spectral scan period */
u_int16_t ss_count; /* # of reports to return from ss_active */
- u_int16_t ss_short_report;/* Set to report ony 1 set of FFT results */
+ u_int16_t ss_short_report;/* Set to report only 1 set of FFT results */
u_int8_t radar_bin_thresh_sel; /* strong signal radar FFT threshold configuration */
u_int16_t ss_spectral_pri; /* are we doing a noise power cal ? */
int8_t ss_nf_cal[AH_MAX_CHAINS*2]; /* nf calibrated values for ctl+ext from eeprom */