Typo in error message
authorJason Abele <jason@ettus.com>
Thu, 3 Jun 2010 19:24:13 +0000 (12:24 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 5 Jun 2010 05:38:39 +0000 (22:38 -0700)
usrp/host/lib/db_base.cc

index 1cb4634296d8a5569adf071bbd7a9e01a6b92319..b4fb45c517a9a1fa1979fd0ffb8622e0039f2499 100644 (file)
@@ -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