Skip to content

Commit

Permalink
fix comment error, the code is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jimgreen2013 committed Aug 20, 2019
1 parent 0e9b5ad commit 74d1f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quicklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 74d1f9a

Please sign in to comment.