diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-29 15:26:59 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-31 18:50:40 +0000 |
| commit | 3eaa2a852b475c7f063bbf677fa536e76514d309 (patch) | |
| tree | 7fc0a22913d606da896afa511efa93c4ddb349c3 | |
| parent | 74a44a0bc8ab965d28d1ce804d3f0aead035faf0 (diff) | |
ath(4): Fix a typo in a device messsage
- s/Orignal/Original/
MFC after: 5 days
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
