[lld] 746bd89 - fix comment typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 13:26:24 PST 2022


Author: Nico Weber
Date: 2022-02-22T16:25:51-05:00
New Revision: 746bd890002826a5663d241e3dc2140c2f3a3cdd

URL: https://github.com/llvm/llvm-project/commit/746bd890002826a5663d241e3dc2140c2f3a3cdd
DIFF: https://github.com/llvm/llvm-project/commit/746bd890002826a5663d241e3dc2140c2f3a3cdd.diff

LOG: fix comment typo to cycle bots

Added: 
    

Modified: 
    lld/COFF/Writer.cpp

Removed: 
    


################################################################################
diff  --git a/lld/COFF/Writer.cpp b/lld/COFF/Writer.cpp
index 12db942f1db55..f43853e32075a 100644
--- a/lld/COFF/Writer.cpp
+++ b/lld/COFF/Writer.cpp
@@ -712,7 +712,7 @@ bool Writer::fixGnuImportChunks() {
 
   bool hasIdata = false;
   // Sort all .idata$* chunks, grouping chunks from the same library,
-  // with alphabetical ordering of the object fils within a library.
+  // with alphabetical ordering of the object files within a library.
   for (auto it : partialSections) {
     PartialSection *pSec = it.second;
     if (!pSec->name.startswith(".idata"))


        


More information about the llvm-commits mailing list