fix comment error, the code is ok

This commit is contained in:
Jim Green 2019-08-20 20:00:31 +08:00
parent 0e9b5adbd3
commit 74d1f9a762
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef struct quicklistLZF {
/* quicklist is a 40 byte struct (on 64-bit systems) describing a quicklist.
* 'count' is the number of total entries.
* 'len' is the number of quicklist nodes.
* 'compress' is: -1 if compression disabled, otherwise it's the number
* 'compress' is: 0 if compression disabled, otherwise it's the number
* of quicklistNodes to leave uncompressed at ends of quicklist.
* 'fill' is the user-requested (or default) fill factor. */
typedef struct quicklist {