File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ WebAssembly Improvements
4747Fixes
4848#####
4949
50- * Arm exception index tables (.ARM.exidx sections) are now ouptut
50+ * Arm exception index tables (.ARM.exidx sections) are now output
5151 correctly when they are at a non zero offset within their output
5252 section. (`D148033 <https://reviews.llvm.org/D148033 >`_)
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ struct Configuration {
9595 llvm::SmallVector<uint8_t , 0 > buildIdVector;
9696
9797 // The following config options do not directly correspond to any
98- // particular command line options, and should probably be moved to seperate
98+ // particular command line options, and should probably be moved to separate
9999 // Ctx struct as in ELF/Config.h
100100
101101 // True if we are creating position-independent code.
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ class BitcodeFile : public InputFile {
184184 static bool doneLTO;
185185};
186186
187- // Stub libray (See docs/WebAssembly.rst)
187+ // Stub library (See docs/WebAssembly.rst)
188188class StubFile : public InputFile {
189189public:
190190 explicit StubFile (MemoryBufferRef m) : InputFile(StubKind, m) {}
You can’t perform that action at this time.
0 commit comments