From 89018ff6a78dd130f0d03914ce658e9f73010948 Mon Sep 17 00:00:00 2001 From: *caco <46550268+cacosub7@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:48:11 +0800 Subject: [PATCH] fix semantic uncorresponding in comment of ziplist example (#11141) fix semantic uncorresponding in comment of ziplist example --- src/ziplist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ziplist.c b/src/ziplist.c index c9b954e0b..9fa94bf1f 100644 --- a/src/ziplist.c +++ b/src/ziplist.c @@ -117,7 +117,7 @@ * * [0f 00 00 00] [0c 00 00 00] [02 00] [00 f3] [02 f6] [ff] * | | | | | | - * zlbytes zltail entries "2" "5" end + * zlbytes zltail zllen "2" "5" end * * The first 4 bytes represent the number 15, that is the number of bytes * the whole ziplist is composed of. The second 4 bytes are the offset