We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5340484 commit 8b8011aCopy full SHA for 8b8011a
util/comparator.cc
@@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl {
75
ReverseBytewiseComparatorImpl() { }
76
77
virtual const char* Name() const {
78
- return "leveldb.ReverseBytewiseComparator";
+ return "rocksdb.ReverseBytewiseComparator";
79
}
80
81
virtual int Compare(const Slice& a, const Slice& b) const {
0 commit comments