[lld] 4b22ef7 - [lld/COFF] Fix comment typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 05:25:04 PST 2025
Author: Nico Weber
Date: 2025-01-02T08:24:50-05:00
New Revision: 4b22ef7d6b9f739de63b6d07777424cf5dfb9f92
URL: https://github.com/llvm/llvm-project/commit/4b22ef7d6b9f739de63b6d07777424cf5dfb9f92
DIFF: https://github.com/llvm/llvm-project/commit/4b22ef7d6b9f739de63b6d07777424cf5dfb9f92.diff
LOG: [lld/COFF] Fix comment typo to cycle bots
Added:
Modified:
lld/COFF/Writer.cpp
Removed:
################################################################################
diff --git a/lld/COFF/Writer.cpp b/lld/COFF/Writer.cpp
index b3dd5f6cf49265..a5b2b6238db1a9 100644
--- a/lld/COFF/Writer.cpp
+++ b/lld/COFF/Writer.cpp
@@ -946,7 +946,7 @@ void Writer::appendECImportTables() {
const uint32_t rdata = IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_READ;
- // 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
// is aligned to 4KB. Insert it here, after all merges all done.
if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) {
if (!rdataSec->chunks.empty())
More information about the llvm-commits
mailing list