Fix a typo in a comment

Summary:
instad of for specific level -> instead of a specific level
Closes https://github.com/facebook/rocksdb/pull/3040

Differential Revision: D6090811

Pulled By: sagar0

fbshipit-source-id: 499edef0a6f596c448f61791e6aca8f5cce08e9c
main
Gihwan Oh 7 years ago committed by Facebook Github Bot
parent 7e38238981
commit 7deed2b43c
  1. 2
      db/column_family.h

@ -266,7 +266,7 @@ class ColumnFamilyData {
int level) const;
// A flag to tell a manual compaction is to compact all levels together
// instad of for specific level.
// instead of a specific level.
static const int kCompactAllLevels;
// A flag to tell a manual compaction's output is base level.
static const int kCompactToBaseLevel;

Loading…
Cancel
Save