[lld] 1b2c36a - [lld/mac] Fix comment typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 18 08:15:27 PDT 2021
Author: Nico Weber
Date: 2021-09-18T11:15:21-04:00
New Revision: 1b2c36aa5fa07a2d64ddda745a138d5eacd5a06c
URL: https://github.com/llvm/llvm-project/commit/1b2c36aa5fa07a2d64ddda745a138d5eacd5a06c
DIFF: https://github.com/llvm/llvm-project/commit/1b2c36aa5fa07a2d64ddda745a138d5eacd5a06c.diff
LOG: [lld/mac] Fix comment typo to cycle bots
Added:
Modified:
lld/MachO/ConcatOutputSection.cpp
Removed:
################################################################################
diff --git a/lld/MachO/ConcatOutputSection.cpp b/lld/MachO/ConcatOutputSection.cpp
index 459212a19fd6..aa29e3ae559c 100644
--- a/lld/MachO/ConcatOutputSection.cpp
+++ b/lld/MachO/ConcatOutputSection.cpp
@@ -240,7 +240,7 @@ void ConcatOutputSection::finalize() {
// Assign addresses up-to the forward branch-range limit.
// Every call instruction needs a small number of bytes (on Arm64: 4),
- // and each inserted thunk needs a slighly larger number of bytes
+ // and each inserted thunk needs a slightly larger number of bytes
// (on Arm64: 12). If a section starts with a branch instruction and
// contains several branch instructions in succession, then the distance
// from the current position to the position where the thunks are inserted
More information about the llvm-commits
mailing list