diff --git a/src/server.c b/src/server.c index 9ea8c370e5..bd9c048d90 100644 --- a/src/server.c +++ b/src/server.c @@ -1046,7 +1046,7 @@ void getExpensiveClientsInfo(size_t *in_usage, size_t *out_usage) { *out_usage = o; } -/* This function is called by clientsTimerProc() and is used in order to perform +/* This function is called by clientsTimeProc() and is used in order to perform * operations on clients that are important to perform constantly. For instance * we use this function in order to disconnect clients after a timeout, including * clients blocked in some blocking command with a non-zero timeout.