Skip to content

Commit db5ef29

Browse files
committed
memcached: fix typo
1 parent 297e6de commit db5ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memcached/internal/proto_bin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ memcached_bin_process(struct memcached_connection *con)
10151015

10161016
/**
10171017
* return -1 on error (forced closing of connection)
1018-
* return 0 in everything ok
1018+
* return 0 if everything ok
10191019
* - if con->noprocess == 1 then skip execution
10201020
* return >1 if we need more data
10211021
*/

0 commit comments

Comments
 (0)