Merge pull request #6081 from Happy4Code/mod_comments

change the comments there may have a mis type
This commit is contained in:
Salvatore Sanfilippo 2019-05-10 12:28:12 +02:00 committed by GitHub
commit 6b490e33c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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