Fixed minor typo in comment for GetApproximateSizes().
Changed "must of type" to "must be of type". Signed-off-by: Albert Hse-Lin Chen <hselin@kalista.io>
This commit is contained in:
parent
d52b520d51
commit
c55ff72030
2
include/rocksdb/db.h
Normal file → Executable file
2
include/rocksdb/db.h
Normal file → Executable file
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user