Skip to content

Commit 746bd89

Browse files
committed
fix comment typo to cycle bots
1 parent 923c375 commit 746bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/COFF/Writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ bool Writer::fixGnuImportChunks() {
712712

713713
bool hasIdata = false;
714714
// Sort all .idata$* chunks, grouping chunks from the same library,
715-
// with alphabetical ordering of the object fils within a library.
715+
// with alphabetical ordering of the object files within a library.
716716
for (auto it : partialSections) {
717717
PartialSection *pSec = it.second;
718718
if (!pSec->name.startswith(".idata"))

0 commit comments

Comments
 (0)