From 74d1f9a762a6e2d70f7d7ff8b75a048977ad7015 Mon Sep 17 00:00:00 2001 From: Jim Green Date: Tue, 20 Aug 2019 20:00:31 +0800 Subject: [PATCH] fix comment error, the code is ok --- src/quicklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quicklist.h b/src/quicklist.h index a7e27a2dd..5d01d0ab8 100644 --- a/src/quicklist.h +++ b/src/quicklist.h @@ -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 {