diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h old mode 100644 new mode 100755 index b97583a9d..73f991c3e --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -1025,7 +1025,7 @@ class DB { uint64_t* sizes) = 0; // Simpler versions of the GetApproximateSizes() method above. - // The include_flags argument must of type DB::SizeApproximationFlags + // The include_flags argument must be of type DB::SizeApproximationFlags // and can not be NONE. virtual Status GetApproximateSizes(ColumnFamilyHandle* column_family, const Range* ranges, int n,