From 1b2c36aa5fa07a2d64ddda745a138d5eacd5a06c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 18 Sep 2021 11:15:21 -0400 Subject: [PATCH] [lld/mac] Fix comment typo to cycle bots --- lld/MachO/ConcatOutputSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/MachO/ConcatOutputSection.cpp b/lld/MachO/ConcatOutputSection.cpp index 459212a..aa29e3a 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 -- 2.7.4