[lld] 9c6a884 - fix typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 17:16:21 PST 2020


Author: Nico Weber
Date: 2020-12-12T20:16:14-05:00
New Revision: 9c6a884f67f55aa09098a1c7386a67e7dd164e97

URL: https://github.com/llvm/llvm-project/commit/9c6a884f67f55aa09098a1c7386a67e7dd164e97
DIFF: https://github.com/llvm/llvm-project/commit/9c6a884f67f55aa09098a1c7386a67e7dd164e97.diff

LOG: fix typo to cycle bots

Added: 
    

Modified: 
    lld/COFF/DebugTypes.cpp

Removed: 
    


################################################################################
diff  --git a/lld/COFF/DebugTypes.cpp b/lld/COFF/DebugTypes.cpp
index 9db61fc63bcd..0c8bfd8ae5b8 100644
--- a/lld/COFF/DebugTypes.cpp
+++ b/lld/COFF/DebugTypes.cpp
@@ -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());


        


More information about the llvm-commits mailing list