mirror of
https://github.com/fluencelabs/redis
synced 2025-05-16 20:41:19 +00:00
Fix typo in prepareClientToWrite() comment.
This commit is contained in:
parent
cd29e7be27
commit
57f079a2ae
@ -167,7 +167,7 @@ int prepareClientToWrite(client *c) {
|
|||||||
if (c->fd <= 0) return C_ERR; /* Fake client for AOF loading. */
|
if (c->fd <= 0) return C_ERR; /* Fake client for AOF loading. */
|
||||||
|
|
||||||
/* Schedule the client to write the output buffers to the socket only
|
/* Schedule the client to write the output buffers to the socket only
|
||||||
* if not already done (there were no pending writes alreday and the client
|
* if not already done (there were no pending writes already and the client
|
||||||
* was yet not flagged), and, for slaves, if the slave can actually
|
* was yet not flagged), and, for slaves, if the slave can actually
|
||||||
* receive writes at this stage. */
|
* receive writes at this stage. */
|
||||||
if (!clientHasPendingReplies(c) &&
|
if (!clientHasPendingReplies(c) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user