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
This commit is contained in:
Gihwan Oh 2017-10-18 12:18:43 -07:00 committed by Facebook Github Bot
parent 7e38238981
commit 7deed2b43c

View File

@ -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;