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

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat May 24 18:16:49 PDT 2025


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

None

>From 2774e08ed868b4160229210bfcbc652aa3e64901 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Sat, 24 May 2025 15:03:39 -0700
Subject: [PATCH] [lld] Fix a typo in documentation

---
 lld/docs/WebAssembly.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
 



More information about the llvm-commits mailing list