Changed name of ReverseBytewiseComparator based on review comment

This commit is contained in:
fyrz 2014-09-27 10:06:13 +02:00
parent 5340484266
commit 8b8011a68c

View File

@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl {
ReverseBytewiseComparatorImpl() { } ReverseBytewiseComparatorImpl() { }
virtual const char* Name() const { virtual const char* Name() const {
return "leveldb.ReverseBytewiseComparator"; return "rocksdb.ReverseBytewiseComparator";
} }
virtual int Compare(const Slice& a, const Slice& b) const { virtual int Compare(const Slice& a, const Slice& b) const {