The branch stable/14 has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5054789b93fac7625a46d51ce58e1a104dcd2d28

commit 5054789b93fac7625a46d51ce58e1a104dcd2d28
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2025-10-29 15:26:59 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2025-11-19 11:25:56 +0000

    ath(4): Fix a typo in a device messsage
    
    - s/Orignal/Original/
    
    (cherry picked from commit 3eaa2a852b475c7f063bbf677fa536e76514d309)
---
 sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c 
b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
index a0c27828bbc1..50d7cc0aa7a8 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
@@ -76,7 +76,7 @@ ar5416IQCalibration(struct ath_hal *ah, uint8_t numChains)
                HALDEBUG(ah, HAL_DEBUG_PERCAL,
                    "Start IQ Cal and Correction for Chain %d\n", i);
                HALDEBUG(ah, HAL_DEBUG_PERCAL,
-                   "Orignal: iq_corr_meas = 0x%08x\n", iqCorrMeas);
+                   "Original: iq_corr_meas = 0x%08x\n", iqCorrMeas);
 
                iqCorrNeg = 0;
                /* iqCorrMeas is always negative. */ 

Reply via email to