client/Process: update code comment

This commit is contained in:
Max Kellermann 2019-04-03 22:30:18 +02:00
parent 39baa4e364
commit 9711cee26d

View File

@ -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) {