Update outdated comments

closes https://github.com/official-stockfish/Stockfish/pull/5158

No functional change
This commit is contained in:
Disservin
2024-04-07 14:26:23 +02:00
committed by Joost VandeVondele
parent c55ae376f6
commit 432995ad82
3 changed files with 3 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ uint8_t TTEntry::relative_age(const uint8_t generation8) const {
// Sets the size of the transposition table,
// measured in megabytes. Transposition table consists of a power of 2 number
// measured in megabytes. Transposition table consists
// of clusters and each cluster consists of ClusterSize number of TTEntry.
void TranspositionTable::resize(size_t mbSize, int threadCount) {
aligned_large_pages_free(table);