Skip to content

Commit

Permalink
fix typos to cycle bots
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Dec 2, 2020
1 parent fa20ab7 commit 126f58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lld/MachO/SyntheticSections.h
Expand Up @@ -455,7 +455,7 @@ class SymtabSection : public LinkEditSection {

// 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.
//
Expand Down
2 changes: 1 addition & 1 deletion lld/MachO/UnwindInfoSection.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 126f58e

Please sign in to comment.