From 7deed2b43c02a33a8c5106fb2eb6025658be76c2 Mon Sep 17 00:00:00 2001 From: Gihwan Oh Date: Wed, 18 Oct 2017 12:18:43 -0700 Subject: [PATCH] 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 --- db/column_family.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/column_family.h b/db/column_family.h index 02ea43dde..256b66dac 100644 --- a/db/column_family.h +++ b/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;