Fix handleClientsBlockedOnKeys() names in comments.

This commit is contained in:
antirez
2019-09-05 13:05:57 +02:00
parent 12c56a8e75
commit 89ad0ca566
2 changed files with 2 additions and 2 deletions

View File

@ -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:
*