From 126f58e83816588eae891fe46f02584bf65bef37 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 1 Dec 2020 20:27:33 -0500 Subject: [PATCH] fix typos to cycle bots --- lld/MachO/SyntheticSections.h | 2 +- lld/MachO/UnwindInfoSection.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/MachO/SyntheticSections.h b/lld/MachO/SyntheticSections.h index 0f3775b..9384df6 100644 --- a/lld/MachO/SyntheticSections.h +++ b/lld/MachO/SyntheticSections.h @@ -455,7 +455,7 @@ private: // The indirect symbol table is a list of 32-bit integers that serve as indices // into the (actual) symbol table. The indirect symbol table is a -// concatentation of several sub-arrays of indices, each sub-array belonging to +// concatenation of several sub-arrays of indices, each sub-array belonging to // a separate section. The starting offset of each sub-array is stored in the // reserved1 header field of the respective section. // diff --git a/lld/MachO/UnwindInfoSection.cpp b/lld/MachO/UnwindInfoSection.cpp index ac19ec1..ed6cf05 100644 --- a/lld/MachO/UnwindInfoSection.cpp +++ b/lld/MachO/UnwindInfoSection.cpp @@ -194,7 +194,7 @@ void UnwindInfoSection::finalize() { cuPtrVector.size() * sizeof(uint32_t); } -// All inputs are relocated and output adddresses are known, so write! +// All inputs are relocated and output addresses are known, so write! void UnwindInfoSection::writeTo(uint8_t *buf) const { // section header -- 2.7.4