diff options
| author | Derek Kozel <derek.kozel@ettus.com> | 2016-08-08 12:59:39 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2016-08-09 12:48:22 -0700 | 
| commit | 650c477cff8ef28a4de9e9a1aeef211d0a026dcb (patch) | |
| tree | 41b8b5365208b1eafcb2c2767ed79fde07411593 /host | |
| parent | 824d2867dbe91d516a405fdb762acd56aaaab847 (diff) | |
| download | uhd-650c477cff8ef28a4de9e9a1aeef211d0a026dcb.tar.gz uhd-650c477cff8ef28a4de9e9a1aeef211d0a026dcb.tar.bz2 uhd-650c477cff8ef28a4de9e9a1aeef211d0a026dcb.zip  | |
Fix minor spelling error
Diffstat (limited to 'host')
| -rw-r--r-- | host/lib/usrp/dboard/twinrx/twinrx_experts.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp b/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp index 3d04098e9..ddaa4211e 100644 --- a/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp +++ b/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp @@ -589,7 +589,7 @@ void twinrx_settings_expert::_resolve_lox_freq(          // hopping, then always write the frequency because other inputs might require          // an LO re-commit          const bool freq_update_request = (not hopping_enabled) or ch1_freq_d.is_dirty(); -        // As an additional layer of protection from unnecessarily commiting the LO, check +        // As an additional layer of protection from unnecessarily committing the LO, check          // if the frequency has actually changed.          if (synth0_mapping == MAPPING_CH1 and freq_update_request) {              ch1_freq_c = _set_lox_synth_freq(lo_stage, twinrx_ctrl::CH1, ch1_freq_d);  | 
