jackwener commented on code in PR #775:
URL: https://github.com/apache/incubator-kvrocks/pull/775#discussion_r944057296


##########
src/redis_bitmap.cc:
##########
@@ -144,7 +144,7 @@ rocksdb::Status Bitmap::GetString(const Slice &user_key, 
const uint32_t max_btos
                           static_cast<size_t>(kBitmapSegmentBytes),
                           static_cast<size_t>(metadata.size - frag_index)});
 
-    //  If you setbit bit 0 1, the value is stored as 0x01 in Kvocks but 0x80 
in Redis.
+    //  If you setbit bit 0 1, the value is stored as 0x01 in Kvrocks but 0x80 
in Redis.

Review Comment:
   ```suggestion
       // If you setbit bit 0 1, the value is stored as 0x01 in Kvrocks but 
0x80 in Redis.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to