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());


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to