fix comment typo to cycle bots

This commit is contained in:
Nico Weber 2022-02-22 16:25:51 -05:00
parent 923c3755ea
commit 746bd89000
1 changed files with 1 additions and 1 deletions
lld/COFF

View File

@ -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"))