From 755e7ecefcb8e929baf4ce3fdfba39a7c305396c Mon Sep 17 00:00:00 2001 From: Jim Brunner Date: Thu, 23 Jan 2025 08:45:50 -0800 Subject: [PATCH] Update src/server.c Signed-off-by: Jim Brunner --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.