[lld] 2e2e110 - fix typos to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 10:54:07 PDT 2023
Author: Nico Weber
Date: 2023-05-10T19:53:55+02:00
New Revision: 2e2e1104641b2108774d38bf6e85f756a7cf9567
URL: https://github.com/llvm/llvm-project/commit/2e2e1104641b2108774d38bf6e85f756a7cf9567
DIFF: https://github.com/llvm/llvm-project/commit/2e2e1104641b2108774d38bf6e85f756a7cf9567.diff
LOG: fix typos to cycle bots
Added:
Modified:
lld/docs/ReleaseNotes.rst
lld/wasm/Config.h
lld/wasm/InputFiles.h
Removed:
################################################################################
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 393b3f7d848de..bf3b84b2efb81 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -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>`_)
diff --git a/lld/wasm/Config.h b/lld/wasm/Config.h
index 62cc14dc69865..db636947d269d 100644
--- a/lld/wasm/Config.h
+++ b/lld/wasm/Config.h
@@ -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.
diff --git a/lld/wasm/InputFiles.h b/lld/wasm/InputFiles.h
index 11cee5405b657..327813484eafd 100644
--- a/lld/wasm/InputFiles.h
+++ b/lld/wasm/InputFiles.h
@@ -184,7 +184,7 @@ class BitcodeFile : public InputFile {
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) {}
More information about the llvm-commits
mailing list