git: 81f92d0fe6e0 - stable/13 - ath: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 16:38:02 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=81f92d0fe6e068074c49ba62b26311a608a2d7b3 commit 81f92d0fe6e068074c49ba62b26311a608a2d7b3 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 17:28:49 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-30 16:37:54 +0000 ath: Fix a typo in a source code comment - s/ony/only/ (cherry picked from commit 8eb774fe54c88a5417a287bd811a917fdfe1c2ba) --- sys/dev/ath/ath_hal/ah.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */