Skip to content

Commit 37b459f

Browse files
committed
[RocksDB] Test diff on performance branch
Summary: trivia comment change Test Plan: Go through the step ofs developing under the performance branch Reviewers: dhruba, kailiu, sdong CC: leveldb Differential Revision: https://reviews.facebook.net/D14259
1 parent a617227 commit 37b459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/table_cache.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TableCache {
5555
void (*mark_key_may_exist)(void*) = nullptr);
5656

5757
// Determine whether the table may contain the specified prefix. If
58-
// the table index of blooms are not in memory, this may cause an I/O
58+
// the table index or blooms are not in memory, this may cause an I/O
5959
bool PrefixMayMatch(const ReadOptions& options, uint64_t file_number,
6060
uint64_t file_size, const Slice& internal_prefix,
6161
bool* table_io);

0 commit comments

Comments
 (0)