git: f9a9fe46dc3e - main - ath(4): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:24:59 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f9a9fe46dc3ed37c9b44cd2b6561b324819fa81e commit f9a9fe46dc3ed37c9b44cd2b6561b324819fa81e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:24:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-03 13:24:48 +0000 ath(4): Fix two typos in source code comments - s/overriden/overridden/ MFC after: 3 days --- sys/dev/ath/ath_hal/ar5416/ar5416_reset.c | 4 ++-- sys/dev/ath/if_ath_tx.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c index f3d6fcab0d68..75445e1459a1 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c @@ -204,11 +204,11 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMODE opmode, AR_MAC_PCU_ASYNC_FIFO_REG3_SOFT_RESET); } - /* Override ini values (that can be overriden in this fashion) */ + /* Override ini values (that can be overridden in this fashion) */ ar5416OverrideIni(ah, chan); /* Setup 11n MAC/Phy mode registers */ - ar5416Set11nRegs(ah, chan); + ar5416Set11nRegs(ah, chan); OS_MARK(ah, AH_MARK_RESET_LINE, __LINE__); diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index b9de388f3ad8..46ac7889f3d6 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -1352,7 +1352,7 @@ ath_tx_setds(struct ath_softc *sc, struct ath_buf *bf) ); /* - * This will be overriden when the descriptor chain is written. + * This will be overridden when the descriptor chain is written. */ bf->bf_lastds = ds; bf->bf_last = bf;