worker: Fix 'immediatly' typo in comment

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-08-31 15:44:05 +02:00
parent ab1348486d
commit b89bd9ef9a

View File

@ -357,7 +357,7 @@ static void flush_cursor_commands(RedWorker *worker)
red_process_cursor);
}
// TODO: on timeout, don't disconnect all channels immediatly - try to disconnect the slowest ones
// TODO: on timeout, don't disconnect all channels immediately - try to disconnect the slowest ones
// first and maybe turn timeouts to several timeouts in order to disconnect channels gradually.
// Should use disconnect or shutdown?
static void flush_all_qxl_commands(RedWorker *worker)