From c55ff720303b02ec5a7f9da8bcfbccf3e70d83ec Mon Sep 17 00:00:00 2001 From: Albert Hse-Lin Chen Date: Wed, 10 Nov 2021 15:45:32 -0800 Subject: [PATCH] Fixed minor typo in comment for GetApproximateSizes(). Changed "must of type" to "must be of type". Signed-off-by: Albert Hse-Lin Chen --- include/rocksdb/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 include/rocksdb/db.h 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,