fix typos to cycle bots

This commit is contained in:
Nico Weber 2023-05-10 19:53:47 +02:00
parent 63eb04a368
commit 2e2e110464
3 changed files with 3 additions and 3 deletions

View File

@ -47,6 +47,6 @@ WebAssembly Improvements
Fixes
#####
* Arm exception index tables (.ARM.exidx sections) are now ouptut
* Arm exception index tables (.ARM.exidx sections) are now output
correctly when they are at a non zero offset within their output
section. (`D148033 <https://reviews.llvm.org/D148033>`_)

View File

@ -95,7 +95,7 @@ struct Configuration {
llvm::SmallVector<uint8_t, 0> buildIdVector;
// The following config options do not directly correspond to any
// particular command line options, and should probably be moved to seperate
// particular command line options, and should probably be moved to separate
// Ctx struct as in ELF/Config.h
// True if we are creating position-independent code.

View File

@ -184,7 +184,7 @@ public:
static bool doneLTO;
};
// Stub libray (See docs/WebAssembly.rst)
// Stub library (See docs/WebAssembly.rst)
class StubFile : public InputFile {
public:
explicit StubFile(MemoryBufferRef m) : InputFile(StubKind, m) {}