[lld] 1e89f08 - fix typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 11:53:05 PDT 2021
Author: Nico Weber
Date: 2021-04-14T14:52:53-04:00
New Revision: 1e89f08f59acf8ffd48ffba32ee83a63934a6314
URL: https://github.com/llvm/llvm-project/commit/1e89f08f59acf8ffd48ffba32ee83a63934a6314
DIFF: https://github.com/llvm/llvm-project/commit/1e89f08f59acf8ffd48ffba32ee83a63934a6314.diff
LOG: fix typo to cycle bots
Added:
Modified:
lld/ELF/LinkerScript.cpp
Removed:
################################################################################
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 201f1e48f1fb3..ffba25c210093 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -772,7 +772,7 @@ void LinkerScript::addOrphanSections() {
add(depSec);
};
- // For futher --emit-reloc handling code we need target output section
+ // For further --emit-reloc handling code we need target output section
// to be created before we create relocation output section, so we want
// to create target sections first. We do not want priority handling
// for synthetic sections because them are special.
More information about the llvm-commits
mailing list