Skip to content

Commit

Permalink
change the comments there may have a mis type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenzhi-Ana committed May 7, 2019
1 parent a72ab70 commit d9d3d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ void rpoplpushCommand(client *c) {
* the AOF and replication channel.
*
* The argument 'where' is LIST_TAIL or LIST_HEAD, and indicates if the
* 'value' element was popped fron the head (BLPOP) or tail (BRPOP) so that
* 'value' element was popped from the head (BLPOP) or tail (BRPOP) so that
* we can propagate the command properly.
*
* The function returns C_OK if we are able to serve the client, otherwise
Expand Down

0 comments on commit d9d3d30

Please sign in to comment.