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 9cd774d commit 4b22ef7Copy full SHA for 4b22ef7
lld/COFF/Writer.cpp
@@ -946,7 +946,7 @@ void Writer::appendECImportTables() {
946
947
const uint32_t rdata = IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_READ;
948
949
- // IAT is always placed at the begining of .rdata section and its size
+ // IAT is always placed at the beginning of .rdata section and its size
950
// is aligned to 4KB. Insert it here, after all merges all done.
951
if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) {
952
if (!rdataSec->chunks.empty())
0 commit comments