daemon_ipc_handlers: fix inverted return value in check_core_busy documentation

This commit is contained in:
moneromooo-monero 2015-10-31 10:47:53 +00:00
parent 33a87469c0
commit ead65ba824
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -56,7 +56,7 @@ namespace
/*! /*!
* \brief Checks if core is busy * \brief Checks if core is busy
* *
* \return true if core is busy * \return false if core is busy
*/ */
bool check_core_busy() bool check_core_busy()
{ {