Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
Summary:
instad of for specific level -> instead of a specific level
Closes facebook#3040

Differential Revision: D6090811

Pulled By: sagar0

fbshipit-source-id: 499edef0a6f596c448f61791e6aca8f5cce08e9c
  • Loading branch information
wurikiji authored and facebook-github-bot committed Oct 18, 2017
1 parent 7e38238 commit 7deed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/column_family.h
Expand Up @@ -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;
Expand Down

0 comments on commit 7deed2b

Please sign in to comment.