Skip to content

Commit 4b22ef7

Browse files
committed
[lld/COFF] Fix comment typo to cycle bots
1 parent 9cd774d commit 4b22ef7

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
@@ -946,7 +946,7 @@ void Writer::appendECImportTables() {
946946

947947
const uint32_t rdata = IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_READ;
948948

949-
// IAT is always placed at the begining of .rdata section and its size
949+
// IAT is always placed at the beginning of .rdata section and its size
950950
// is aligned to 4KB. Insert it here, after all merges all done.
951951
if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) {
952952
if (!rdataSec->chunks.empty())

0 commit comments

Comments
 (0)