[llvm] 3233ea3 - [WebAssembly][NFC] Fix typos.

Hiroshi Yamauchi via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 14:28:56 PDT 2023


Author: Hiroshi Yamauchi
Date: 2023-04-17T14:28:33-07:00
New Revision: 3233ea3a9f9527f189b29df166f5a08e8663c2c3

URL: https://github.com/llvm/llvm-project/commit/3233ea3a9f9527f189b29df166f5a08e8663c2c3
DIFF: https://github.com/llvm/llvm-project/commit/3233ea3a9f9527f189b29df166f5a08e8663c2c3.diff

LOG: [WebAssembly][NFC] Fix typos.

Differential Revision: https://reviews.llvm.org/D148567

Added: 
    

Modified: 
    llvm/lib/Target/WebAssembly/README.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/WebAssembly/README.txt b/llvm/lib/Target/WebAssembly/README.txt
index ab1cd8f0f84a2..8dc2d7fcc7335 100644
--- a/llvm/lib/Target/WebAssembly/README.txt
+++ b/llvm/lib/Target/WebAssembly/README.txt
@@ -17,7 +17,7 @@ includes standard libraries, tools, and packaging for producing WebAssembly
 applications that can run in browsers and other environments.
 
 wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
-on musl, for producing WebAssemmbly applictions that use the WASI ABI.
+on musl, for producing WebAssembly applications that use the WASI ABI.
 
 Rust provides WebAssembly support integrated into Cargo. There are two
 main options:


        


More information about the llvm-commits mailing list