From 1111864633a8c4800a574e55ae613b7e6c4f69cc Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Sat, 2 Apr 2016 22:02:26 -0300 Subject: [PATCH] fix comment --- daemon/worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/worker.c b/daemon/worker.c index 3484c9c82..736338d56 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -380,7 +380,7 @@ static int qr_task_on_send(struct qr_task *task, uv_handle_t *handle, int status { if (!task->finished) { if (status == 0 && handle) { - io_start_read(handle); /* Start reading answer */ + io_start_read(handle); /* Start reading new query */ } else { DEBUG_MSG("ioreq send_done %p => %d, %s\n", handle, status, uv_strerror(status)); } -- GitLab