diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2016-06-14 08:41:21 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2016-06-14 08:41:21 -0700 |
commit | 8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1 (patch) | |
tree | 78c4c273f9a85eb2d6f879f9de1485c62c0e1b2e /host/lib/usrp | |
parent | 49c79b8d4a8f797d85d29e13b3568f9dffda9f4a (diff) | |
download | uhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.tar.gz uhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.tar.bz2 uhd-8c3996d12b5fac3b64fb68ed62c1b1bc1da59dc1.zip |
Spelling fixes
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/dboard/db_tvrx2.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/host/lib/usrp/dboard/db_tvrx2.cpp b/host/lib/usrp/dboard/db_tvrx2.cpp index 00c2fef50..ccbac0b5d 100644 --- a/host/lib/usrp/dboard/db_tvrx2.cpp +++ b/host/lib/usrp/dboard/db_tvrx2.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010,2012-2014 Ettus Research LLC +// Copyright 2010,2012-2014,2016 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -1529,7 +1529,7 @@ void tvrx2::test_rf_filter_robustness(void){ void tvrx2::transition_0(void){ //Transition 0: Initialize Tuner and place in standby UHD_LOGV(often) << boost::format( - "\nTVRX2 (%s): Transistion 0: Initialize Tuner, Calibrate and Standby\n") % (get_subdev_name()) << std::endl; + "\nTVRX2 (%s): Transition 0: Initialize Tuner, Calibrate and Standby\n") % (get_subdev_name()) << std::endl; //Check for Power-On Reset, if reset, initialze tuner if (get_power_reset()) { @@ -1583,7 +1583,7 @@ void tvrx2::transition_0(void){ void tvrx2::transition_1(void){ //Transition 1: Select TV Standard UHD_LOGV(often) << boost::format( - "\nTVRX2 (%s): Transistion 1: Select TV Standard\n") % (get_subdev_name()) << std::endl; + "\nTVRX2 (%s): Transition 1: Select TV Standard\n") % (get_subdev_name()) << std::endl; //send magic xtal_cal_dac setting send_reg(0x65, 0x65); @@ -1614,7 +1614,7 @@ void tvrx2::transition_1(void){ void tvrx2::transition_2(int rf_freq){ //Transition 2: Select RF Frequency after changing TV Standard UHD_LOGV(often) << boost::format( - "\nTVRX2 (%s): Transistion 2: Select RF Frequency after changing TV Standard\n") % (get_subdev_name()) << std::endl; + "\nTVRX2 (%s): Transition 2: Select RF Frequency after changing TV Standard\n") % (get_subdev_name()) << std::endl; //send magic xtal_cal_dac setting send_reg(0x65, 0x65); @@ -1652,7 +1652,7 @@ void tvrx2::transition_2(int rf_freq){ void tvrx2::transition_3(void){ //Transition 3: Standby Mode UHD_LOGV(often) << boost::format( - "\nTVRX2 (%s): Transistion 3: Standby Mode\n") % (get_subdev_name()) << std::endl; + "\nTVRX2 (%s): Transition 3: Standby Mode\n") % (get_subdev_name()) << std::endl; //send magic xtal_cal_dac setting send_reg(0x65, 0x65); @@ -1671,7 +1671,7 @@ void tvrx2::transition_3(void){ void tvrx2::transition_4(int rf_freq){ //Transition 4: Change RF Frequency without changing TV Standard UHD_LOGV(often) << boost::format( - "\nTVRX2 (%s): Transistion 4: Change RF Frequency without changing TV Standard\n") % (get_subdev_name()) << std::endl; + "\nTVRX2 (%s): Transition 4: Change RF Frequency without changing TV Standard\n") % (get_subdev_name()) << std::endl; //send magic xtal_cal_dac setting send_reg(0x65, 0x65); |