Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
netheril96 committed May 6, 2022
1 parent 9128e1d commit 3d8a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/file_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ ShardedFileTableImpl::ShardedFileTableImpl(int version,
{
num_shards = std::min(64u, 1u << static_cast<unsigned>(std::ceil(std::log2(cpu_count))));
}
TRACE_LOG("Use %u shards of FileTable", num_shards);
TRACE_LOG("Use %u shards of FileTableImpls.", num_shards);

m_shards.resize(num_shards);
for (unsigned i = 0; i < num_shards; ++i)
Expand Down

0 comments on commit 3d8a816

Please sign in to comment.