Typo in error message

This commit is contained in:
Jason Abele 2010-06-03 12:24:13 -07:00 committed by Johnathan Corgan
parent d6a7626bab
commit a27a7bb1f6
1 changed files with 1 additions and 1 deletions

View 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