[lld] 221388f - fix comment typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 11:50:48 PDT 2021
Author: Nico Weber
Date: 2021-03-29T14:50:17-04:00
New Revision: 221388f4513d5b54d593feb6287ef9e6f35b19b3
URL: https://github.com/llvm/llvm-project/commit/221388f4513d5b54d593feb6287ef9e6f35b19b3
DIFF: https://github.com/llvm/llvm-project/commit/221388f4513d5b54d593feb6287ef9e6f35b19b3.diff
LOG: fix comment typo to cycle bots
Added:
Modified:
lld/ELF/InputFiles.cpp
Removed:
################################################################################
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index 1f1ff22247ed..268afae117cd 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -1268,7 +1268,7 @@ void ArchiveFile::fetch(const Archive::Symbol &sym) {
// GNU ld.
//
// The second behavior is inherited from SysVR4, which based it on the FORTRAN
-// COMMON BLOCK model. This behavior is needed for proper initalization in old
+// COMMON BLOCK model. This behavior is needed for proper initialization in old
// (pre F90) FORTRAN code that is packaged into an archive.
//
// The following functions search archive members for definitions to replace
More information about the llvm-commits
mailing list