git: 8b2c6f8d7f37 - stable/12 - ath(4): Fix two typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 05:48:08 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=8b2c6f8d7f37075f893486b6ca0e648174a88a56

commit 8b2c6f8d7f37075f893486b6ca0e648174a88a56
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:24:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:44:46 +0000

    ath(4): Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    (cherry picked from commit f9a9fe46dc3ed37c9b44cd2b6561b324819fa81e)
---
 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;