You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/12 01:48:10 UTC

[GitHub] [incubator-kvrocks] jackwener commented on a diff in pull request #775: Fix some typos, and eliminate copy string in `List`

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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org