[lld] 126f58e - fix typos to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 17:27:44 PST 2020


Author: Nico Weber
Date: 2020-12-01T20:27:33-05:00
New Revision: 126f58e83816588eae891fe46f02584bf65bef37

URL: https://github.com/llvm/llvm-project/commit/126f58e83816588eae891fe46f02584bf65bef37
DIFF: https://github.com/llvm/llvm-project/commit/126f58e83816588eae891fe46f02584bf65bef37.diff

LOG: fix typos to cycle bots

Added: 
    

Modified: 
    lld/MachO/SyntheticSections.h
    lld/MachO/UnwindInfoSection.cpp

Removed: 
    


################################################################################
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 @@ 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.
 //

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


        


More information about the llvm-commits mailing list