fix typo to cycle bots

This commit is contained in:
Nico Weber 2020-12-12 20:16:14 -05:00
parent de1bca4b36
commit 9c6a884f67
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ void TypeMerger::mergeTypesWithGHash() {
// the contents of the hash table cell, but we can remember the insertion
// position. Because the table does not rehash, the position will not change
// under insertion. After insertion is done, the value of the cell can be read
// to retreive the final PDB type index.
// to retrieve the final PDB type index.
parallelForEachN(0, TpiSource::instances.size(), [&](size_t tpiSrcIdx) {
TpiSource *source = TpiSource::instances[tpiSrcIdx];
source->indexMapStorage.resize(source->ghashes.size());