diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-08 10:46:37 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-08 10:46:37 -0700 |
commit | 3f0b770ab14aa0acaf4846680e3ee7379a1f93d7 (patch) | |
tree | ed904d90ef4ca675e1aa3d5c2db9f53241d1d68c /host | |
parent | 1942e608d8088b380b6aebee6a4f55b5942800bc (diff) | |
parent | 9b50f5ef896de0620beda6fbfb81e2871f17078c (diff) | |
download | uhd-3f0b770ab14aa0acaf4846680e3ee7379a1f93d7.tar.gz uhd-3f0b770ab14aa0acaf4846680e3ee7379a1f93d7.tar.bz2 uhd-3f0b770ab14aa0acaf4846680e3ee7379a1f93d7.zip |
Merge branch 'maint'
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index c78946a6c..d3efdb812 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -245,7 +245,7 @@ private: } if (_args.action != _retval.action) - throw std::runtime_error("e300_remote_codec_ctrl_impl trancation failed."); + throw std::runtime_error("e300_remote_codec_ctrl_impl transaction failed."); } void _clear() { |