[lld] [lld] Fix a typo in documentation (PR #141383)

via llvm-commits llvm-commits at lists.llvm.org
Sat May 24 18:17:25 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lld

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/141383.diff


1 Files Affected:

- (modified) lld/docs/WebAssembly.rst (+1-1) 


``````````diff
diff --git a/lld/docs/WebAssembly.rst b/lld/docs/WebAssembly.rst
index 1dd05d67983c7..426619d6d29ea 100644
--- a/lld/docs/WebAssembly.rst
+++ b/lld/docs/WebAssembly.rst
@@ -83,7 +83,7 @@ WebAssembly-specific options:
 .. option:: --unresolved-symbols=<method>
 
   This is a more full featured version of ``--allow-undefined``.
-  The semanatics of the different methods are as follows:
+  The semantics of the different methods are as follows:
 
   report-all:
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/141383


More information about the llvm-commits mailing list