From 650c477cff8ef28a4de9e9a1aeef211d0a026dcb Mon Sep 17 00:00:00 2001 From: Derek Kozel Date: Mon, 8 Aug 2016 12:59:39 -0700 Subject: Fix minor spelling error --- host/lib/usrp/dboard/twinrx/twinrx_experts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/dboard') 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); -- cgit v1.2.3