Skip to content

Commit

Permalink
Fix minor inconsistencies in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwinck committed Nov 28, 2011
1 parent 7bc9f54 commit 347528c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiredis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,10 +1097,10 @@ int redisBufferRead(redisContext *c) {
*
* Returns REDIS_OK when the buffer is empty, or (a part of) the buffer was
* succesfully written to the socket. When the buffer is empty after the
* write operation, "wdone" is set to 1 (if given).
* write operation, "done" is set to 1 (if given).
*
* Returns REDIS_ERR if an error occured trying to write and sets
* c->error to hold the appropriate error string.
* c->errstr to hold the appropriate error string.
*/
int redisBufferWrite(redisContext *c, int *done) {
int nwritten;
Expand Down

0 comments on commit 347528c

Please sign in to comment.