aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-12-01 20:27:33 -0500
committerNico Weber <thakis@chromium.org>2020-12-01 20:27:33 -0500
commit126f58e83816588eae891fe46f02584bf65bef37 (patch)
treef3b01176fb83d96c1527b8165310a478d1dc1ab3 /lld/MachO
parentfa20ab7b1bb2c77570f46888fe46e6ecf7aeafc6 (diff)
downloadllvm-project-126f58e83816588eae891fe46f02584bf65bef37.tar.gz
fix typos to cycle bots
Diffstat (limited to 'lld/MachO')
-rw-r--r--lld/MachO/SyntheticSections.h2
-rw-r--r--lld/MachO/UnwindInfoSection.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/MachO/SyntheticSections.h b/lld/MachO/SyntheticSections.h
index 0f3775b11b47..9384df6481f0 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 ac19ec1586b7..ed6cf050f576 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