We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923c375 commit 746bd89Copy full SHA for 746bd89
lld/COFF/Writer.cpp
@@ -712,7 +712,7 @@ bool Writer::fixGnuImportChunks() {
712
713
bool hasIdata = false;
714
// Sort all .idata$* chunks, grouping chunks from the same library,
715
- // with alphabetical ordering of the object fils within a library.
+ // with alphabetical ordering of the object files within a library.
716
for (auto it : partialSections) {
717
PartialSection *pSec = it.second;
718
if (!pSec->name.startswith(".idata"))
0 commit comments