summaryrefslogtreecommitdiff
path: root/src/t_list.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-09-05 13:05:57 +0200
committerantirez <antirez@gmail.com>2019-09-05 13:05:57 +0200
commit89ad0ca566f222368f2346a539dff0a057985a83 (patch)
treede8628ba038d797dd2f5b0512083bdd952182c1e /src/t_list.c
parent12c56a8e752e5f01429ebf3cd9b70d1d9ebf1a14 (diff)
downloadredis-89ad0ca566f222368f2346a539dff0a057985a83.tar.gz
Fix handleClientsBlockedOnKeys() names in comments.
Diffstat (limited to 'src/t_list.c')
-rw-r--r--src/t_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_list.c b/src/t_list.c
index 601ea8899..9bbd61de3 100644
--- a/src/t_list.c
+++ b/src/t_list.c
@@ -606,7 +606,7 @@ void rpoplpushCommand(client *c) {
* Blocking POP operations
*----------------------------------------------------------------------------*/
-/* This is a helper function for handleClientsBlockedOnLists(). It's work
+/* This is a helper function for handleClientsBlockedOnKeys(). It's work
* is to serve a specific client (receiver) that is blocked on 'key'
* in the context of the specified 'db', doing the following:
*