diff --git a/src/t_list.c b/src/t_list.c index 01fb4eee5b..72be6fe6a8 100644 --- a/src/t_list.c +++ b/src/t_list.c @@ -954,7 +954,7 @@ void blpopCommand(client *c) { blockingPopGenericCommand(c,LIST_HEAD); } -/* BLPOP [ ...] */ +/* BRPOP [ ...] */ void brpopCommand(client *c) { blockingPopGenericCommand(c,LIST_TAIL); }