Commit 9711cee2 authored by Max Kellermann's avatar Max Kellermann

client/Process: update code comment

parent 39baa4e3
......@@ -76,7 +76,7 @@ Client::ProcessLine(char *line) noexcept
/* do nothing if the client wasn't idling: the client
has already received the full idle response from
client_idle_notify(), which he can now evaluate */
IdleNotify(), which he can now evaluate */
return CommandResult::OK;
} else if (idle_waiting) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment