Skip to content

Commit 8b8011a

Browse files
committed
Changed name of ReverseBytewiseComparator based on review comment
1 parent 5340484 commit 8b8011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/comparator.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl {
7575
ReverseBytewiseComparatorImpl() { }
7676

7777
virtual const char* Name() const {
78-
return "leveldb.ReverseBytewiseComparator";
78+
return "rocksdb.ReverseBytewiseComparator";
7979
}
8080

8181
virtual int Compare(const Slice& a, const Slice& b) const {

0 commit comments

Comments
 (0)