Skip to content

Commit 2e2e110

Browse files
committed
fix typos to cycle bots
1 parent 63eb04a commit 2e2e110

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ WebAssembly Improvements
4747
Fixes
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>`_)

lld/wasm/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

lld/wasm/InputFiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
188188
class StubFile : public InputFile {
189189
public:
190190
explicit StubFile(MemoryBufferRef m) : InputFile(StubKind, m) {}

0 commit comments

Comments
 (0)