diff options
author | Jason Abele | 2010-06-03 12:24:13 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-06-04 22:38:39 -0700 |
commit | cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42 (patch) | |
tree | 5bfd770e7fbc4e85a30922b607f04f2eb266be43 /usrp/host/lib | |
parent | 34bf49d06e6b5e48c08d92e2b9e0794512fa761f (diff) | |
download | gnuradio-cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42.tar.gz gnuradio-cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42.tar.bz2 gnuradio-cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42.zip |
Typo in error message
Diffstat (limited to 'usrp/host/lib')
-rw-r--r-- | usrp/host/lib/db_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/db_base.cc b/usrp/host/lib/db_base.cc index 1cb463429..b4fb45c51 100644 --- a/usrp/host/lib/db_base.cc +++ b/usrp/host/lib/db_base.cc @@ -238,7 +238,7 @@ int db_base::_refclk_divisor() { // Return value to stick in REFCLK_DIVISOR register - throw std::runtime_error("_reflck_divisor() called from base class\n");; + throw std::runtime_error("_refclk_divisor() called from base class\n");; } bool |