Unverified Commit 8ea18fa8 authored by SmartKeyerror's avatar SmartKeyerror Committed by GitHub
Browse files

Fix copy-paste typo in t_list.c comment (#9305)

parent 86555ae0
...@@ -954,7 +954,7 @@ void blpopCommand(client *c) { ...@@ -954,7 +954,7 @@ void blpopCommand(client *c) {
blockingPopGenericCommand(c,LIST_HEAD); blockingPopGenericCommand(c,LIST_HEAD);
} }
/* BLPOP <key> [<key> ...] <timeout> */ /* BRPOP <key> [<key> ...] <timeout> */
void brpopCommand(client *c) { void brpopCommand(client *c) {
blockingPopGenericCommand(c,LIST_TAIL); blockingPopGenericCommand(c,LIST_TAIL);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment