diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-12-30 10:59:53 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2020-01-09 09:18:25 -0800 |
commit | d1398bbab629042bf62d4fda93ed503e54cadc7d (patch) | |
tree | e85278705bda66a123143999dcb02d5e79688592 | |
parent | 97bc15a0deb3c646a83218a1f17659dab7393c95 (diff) | |
download | uhd-d1398bbab629042bf62d4fda93ed503e54cadc7d.tar.gz uhd-d1398bbab629042bf62d4fda93ed503e54cadc7d.tar.bz2 uhd-d1398bbab629042bf62d4fda93ed503e54cadc7d.zip |
cal_utils: fixup typo
-rw-r--r-- | host/utils/usrp_cal_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_cal_utils.hpp b/host/utils/usrp_cal_utils.hpp index fe567c7de..76a79c86e 100644 --- a/host/utils/usrp_cal_utils.hpp +++ b/host/utils/usrp_cal_utils.hpp @@ -370,7 +370,7 @@ UHD_INLINE void set_optimal_rx_gain(uhd::usrp::multi_usrp::sptr usrp, } -/*! Returns true if any error on the TX stream has occured +/*! Returns true if any error on the TX stream has occurred */ bool has_tx_error(uhd::tx_streamer::sptr tx_stream) { |