From ead65ba824246f70d9ee4eb835cb90db298ee872 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 31 Oct 2015 10:47:53 +0000 Subject: [PATCH] daemon_ipc_handlers: fix inverted return value in check_core_busy documentation --- src/ipc/daemon_ipc_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/daemon_ipc_handlers.cpp b/src/ipc/daemon_ipc_handlers.cpp index c5de1663f..9886ea823 100644 --- a/src/ipc/daemon_ipc_handlers.cpp +++ b/src/ipc/daemon_ipc_handlers.cpp @@ -56,7 +56,7 @@ namespace /*! * \brief Checks if core is busy * - * \return true if core is busy + * \return false if core is busy */ bool check_core_busy() {