From 9e579d91ccab01e78c8be46ae74b13e4058bac9d Mon Sep 17 00:00:00 2001 From: Sun He Date: Tue, 25 Nov 2014 21:58:05 +0800 Subject: [PATCH] zipmap.c: update comments above --- src/zipmap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/zipmap.c b/src/zipmap.c index 803fedeec..384b76bba 100644 --- a/src/zipmap.c +++ b/src/zipmap.c @@ -51,10 +51,9 @@ * is the length of the following string (key or value). * lengths are encoded in a single value or in a 5 bytes value. * If the first byte value (as an unsigned 8 bit value) is between 0 and - * 252, it's a single-byte length. If it is 253 then a four bytes unsigned + * 253, it's a single-byte length. If it is 254 then a four bytes unsigned * integer follows (in the host byte ordering). A value of 255 is used to - * signal the end of the hash. The special value 254 is used to mark - * empty space that can be used to add new key/value pairs. + * signal the end of the hash. * * is the number of free unused bytes after the string, resulting * from modification of values associated to a key. For instance if "foo"