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
47
47
Fixes
48
48
#####
49
49
50
- * Arm exception index tables (.ARM.exidx sections) are now ouptut
50
+ * Arm exception index tables (.ARM.exidx sections) are now output
51
51
correctly when they are at a non zero offset within their output
52
52
section. (`D148033 <https://reviews.llvm.org/D148033 >`_)
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ struct Configuration {
95
95
llvm::SmallVector<uint8_t , 0 > buildIdVector;
96
96
97
97
// 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
99
99
// Ctx struct as in ELF/Config.h
100
100
101
101
// 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 {
184
184
static bool doneLTO;
185
185
};
186
186
187
- // Stub libray (See docs/WebAssembly.rst)
187
+ // Stub library (See docs/WebAssembly.rst)
188
188
class StubFile : public InputFile {
189
189
public:
190
190
explicit StubFile (MemoryBufferRef m) : InputFile(StubKind, m) {}
You can’t perform that action at this time.
0 commit comments