Skip to content

Commit

Permalink
Changed name of ReverseBytewiseComparator based on review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fyrz committed Sep 27, 2014
1 parent 5340484 commit 8b8011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/comparator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl {
ReverseBytewiseComparatorImpl() { }

virtual const char* Name() const {
return "leveldb.ReverseBytewiseComparator";
return "rocksdb.ReverseBytewiseComparator";
}

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

0 comments on commit 8b8011a

Please sign in to comment.