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

via llvm-commits llvm-commits at lists.llvm.org
Sun May 25 08:20:04 PDT 2025


Author: Kazu Hirata
Date: 2025-05-25T08:20:00-07:00
New Revision: 734103171832a427b2e234f79f78924b6e4af1ec

URL: https://github.com/llvm/llvm-project/commit/734103171832a427b2e234f79f78924b6e4af1ec
DIFF: https://github.com/llvm/llvm-project/commit/734103171832a427b2e234f79f78924b6e4af1ec.diff

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

Added: 
    

Modified: 
    lld/docs/WebAssembly.rst

Removed: 
    


################################################################################
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 
diff erent methods are as follows:
+  The semantics of the 
diff erent methods are as follows:
 
   report-all:
 


        


More information about the llvm-commits mailing list