From 9711cee26d52e46a4d2bfccdf9198577f5b9eb0a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 3 Apr 2019 22:30:18 +0200 Subject: [PATCH] client/Process: update code comment --- src/client/Process.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Process.cxx b/src/client/Process.cxx index 140923c67..58e8c4548 100644 --- a/src/client/Process.cxx +++ b/src/client/Process.cxx @@ -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) {