summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Abele <jason@ettus.com>2010-06-03 12:24:13 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2010-06-04 22:38:39 -0700
commitcf80eaf2502f3ff8a0bac13ee1a456baddfa7d42 (patch)
tree5bfd770e7fbc4e85a30922b607f04f2eb266be43
parent34bf49d06e6b5e48c08d92e2b9e0794512fa761f (diff)
Typo in error message
-rw-r--r--usrp/host/lib/db_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/db_base.cc b/usrp/host/lib/db_base.cc
index 1cb4634296..b4fb45c517 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